Update FredOS-Gaming.nix
This commit is contained in:
parent
ede4532624
commit
c8f3bd9bc9
1 changed files with 26 additions and 30 deletions
|
|
@ -1,11 +1,7 @@
|
||||||
# hosts/FredOS-Gaming.nix
|
# hosts/FredOS-Gaming.nix
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
imports = lib.optionals (config.networking.hostName == "FredOS-Gaming") [
|
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||||
../settings/gnome.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
@ -34,5 +30,5 @@
|
||||||
"--option" "tarball-ttl" "0"
|
"--option" "tarball-ttl" "0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue