Update FredOS-Gaming.nix
This commit is contained in:
parent
ede4532624
commit
c8f3bd9bc9
1 changed files with 26 additions and 30 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
# hosts/FredOS-Gaming.nix
|
# hosts/FredOS-Gaming.nix
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
imports = lib.optionals (config.networking.hostName == "FredOS-Gaming") [
|
|
||||||
../settings/gnome.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue