enable(?) theming

This commit is contained in:
Don Harper 2024-06-08 11:23:48 -05:00
parent 357b9d4b93
commit c5d5876524
11 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,7 @@
imports =
[
./hardware-configuration.nix
../themes.nix
../../server
];
networking.hostName = "display";

View file

@ -9,6 +9,7 @@
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../workstation
../themes.nix
../wm
];
networking.hostName = "dragon";

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../server
../themes.nix
./podman.nix
];
networking.hostName = "fred";

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "harper";
}

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "harper2";
}

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "nuwww";
}

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "pihole";
}

View file

@ -9,6 +9,7 @@
inputs.nixos-hardware.nixosModules.common-pc-laptop
inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd
../workstation
../themes.nix
../wm
];
networking.hostName = "pocket2";

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../workstation
../themes.nix
../wm
];
networking.hostName = "t2";

View file

@ -4,6 +4,7 @@
imports =
[
./hardware-configuration.nix
../themes.nix
];
networking.hostName = "vm1";
}

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
../../server
../themes.nix
];
networking.hostName = "www2";
}