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 = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../themes.nix
../../server ../../server
]; ];
networking.hostName = "display"; networking.hostName = "display";

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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