Separate web configurations
This commit is contained in:
parent
3098949f21
commit
b7332b4af0
2 changed files with 5 additions and 4 deletions
|
|
@ -6,16 +6,13 @@
|
|||
./interface.nix
|
||||
./networking.nix
|
||||
./users.nix
|
||||
./web.nix
|
||||
./coding.nix
|
||||
./gaming.nix
|
||||
];
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
hostPlatform = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
|
|
|
|||
4
web.nix
Normal file
4
web.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [pkgs.firefox];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue