From 4d6c526e060681085372f0496521e90868ed75f4 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 10 Dec 2024 15:08:55 -0600 Subject: [PATCH] task | moved call to themes to workstation/default.nix --- hosts/ace/default.nix | 1 - hosts/display/default.nix | 1 - hosts/dragon/default.nix | 1 - hosts/eve/default.nix | 1 - hosts/fred/default.nix | 1 - hosts/harper/default.nix | 1 - hosts/harper2/default.nix | 1 - hosts/loki/default.nix | 1 - hosts/nuwww/default.nix | 1 - hosts/pi1/default.nix | 1 - hosts/pihole/default.nix | 1 - hosts/pocket2/default.nix | 1 - hosts/smaug/default.nix | 1 - hosts/t2/default.nix | 1 - hosts/vm/default.nix | 1 - hosts/vm1/default.nix | 1 - hosts/w1/default.nix | 1 - hosts/w2/default.nix | 1 - hosts/www2/default.nix | 1 - 19 files changed, 19 deletions(-) diff --git a/hosts/ace/default.nix b/hosts/ace/default.nix index 4561cad..9bc4235 100644 --- a/hosts/ace/default.nix +++ b/hosts/ace/default.nix @@ -11,7 +11,6 @@ ./hardware-configuration.nix # ../disko/mmcblk.nix ../workstation - ../themes.nix ../wm ]; networking.hostName = "ace"; diff --git a/hosts/display/default.nix b/hosts/display/default.nix index b85c698..47fac0e 100644 --- a/hosts/display/default.nix +++ b/hosts/display/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin inputs.nixos-hardware.nixosModules.raspberry-pi-4 ./hardware-configuration.nix - ../themes.nix ../../server ]; networking.hostName = "display"; diff --git a/hosts/dragon/default.nix b/hosts/dragon/default.nix index 5c5d250..ce39331 100644 --- a/hosts/dragon/default.nix +++ b/hosts/dragon/default.nix @@ -12,7 +12,6 @@ inputs.nixos-hardware.nixosModules.common-pc-laptop inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd ../workstation - ../themes.nix ../wm ]; networking.hostName = "dragon"; diff --git a/hosts/eve/default.nix b/hosts/eve/default.nix index 24bce67..72b7324 100644 --- a/hosts/eve/default.nix +++ b/hosts/eve/default.nix @@ -13,7 +13,6 @@ # ../disko/mmcblk.nix ../workstation ../workstation/games - ../themes.nix ../wm ../../home/work ]; diff --git a/hosts/fred/default.nix b/hosts/fred/default.nix index 8e6e487..86510a4 100644 --- a/hosts/fred/default.nix +++ b/hosts/fred/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../server - ../themes.nix ./docker.nix # ./podman.nix ../server/searxng.nix diff --git a/hosts/harper/default.nix b/hosts/harper/default.nix index b26771f..b6c99d3 100644 --- a/hosts/harper/default.nix +++ b/hosts/harper/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../../server - ../themes.nix ]; networking.hostName = "harper"; } diff --git a/hosts/harper2/default.nix b/hosts/harper2/default.nix index d3bb339..636e9ed 100644 --- a/hosts/harper2/default.nix +++ b/hosts/harper2/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../../server - ../themes.nix ]; networking.hostName = "harper2"; } diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index 73c03a5..7464ffe 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -14,7 +14,6 @@ ../workstation ../workstation/kvm.nix ../workstation/games - ../themes.nix ../wm ../../home/work ]; diff --git a/hosts/nuwww/default.nix b/hosts/nuwww/default.nix index 77e6e47..b4c232a 100644 --- a/hosts/nuwww/default.nix +++ b/hosts/nuwww/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../../server - ../themes.nix ]; networking.hostName = "nuwww"; } diff --git a/hosts/pi1/default.nix b/hosts/pi1/default.nix index 4a5a6ec..88c84fb 100644 --- a/hosts/pi1/default.nix +++ b/hosts/pi1/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../server - ../themes.nix ]; networking.hostName = "pi1"; } diff --git a/hosts/pihole/default.nix b/hosts/pihole/default.nix index 2b12b75..8520d0a 100644 --- a/hosts/pihole/default.nix +++ b/hosts/pihole/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../../server - ../themes.nix ]; networking.hostName = "pihole"; } diff --git a/hosts/pocket2/default.nix b/hosts/pocket2/default.nix index 46be6c9..adc34a5 100644 --- a/hosts/pocket2/default.nix +++ b/hosts/pocket2/default.nix @@ -12,7 +12,6 @@ inputs.nixos-hardware.nixosModules.common-pc-laptop inputs.nixos-hardware.nixosModules.common-pc-laptop-ssd ../workstation - ../themes.nix ../wm ]; networking.hostName = "pocket2"; diff --git a/hosts/smaug/default.nix b/hosts/smaug/default.nix index efaaa5a..85c8a9d 100644 --- a/hosts/smaug/default.nix +++ b/hosts/smaug/default.nix @@ -13,7 +13,6 @@ # ../disko/sda.nix ../workstation ../wm - ../themes.nix ../../home/work ]; networking.hostName = "smaug"; diff --git a/hosts/t2/default.nix b/hosts/t2/default.nix index 99bc120..4009d49 100644 --- a/hosts/t2/default.nix +++ b/hosts/t2/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../workstation - ../themes.nix ../wm ]; networking.hostName = "t2"; diff --git a/hosts/vm/default.nix b/hosts/vm/default.nix index a4128fb..db0c552 100644 --- a/hosts/vm/default.nix +++ b/hosts/vm/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../server - ../themes.nix ]; networking.hostName = "vm"; } diff --git a/hosts/vm1/default.nix b/hosts/vm1/default.nix index 9341f27..05756d1 100644 --- a/hosts/vm1/default.nix +++ b/hosts/vm1/default.nix @@ -8,7 +8,6 @@ }: { imports = [ ./hardware-configuration.nix - ../themes.nix ]; networking.hostName = "vm1"; } diff --git a/hosts/w1/default.nix b/hosts/w1/default.nix index 3f0ad82..e88015c 100644 --- a/hosts/w1/default.nix +++ b/hosts/w1/default.nix @@ -11,7 +11,6 @@ ./hardware-configuration.nix ./network.nix ../server - ../themes.nix # ../server/searxng.nix ]; networking.hostName = "w1"; diff --git a/hosts/w2/default.nix b/hosts/w2/default.nix index 3f0ad82..e88015c 100644 --- a/hosts/w2/default.nix +++ b/hosts/w2/default.nix @@ -11,7 +11,6 @@ ./hardware-configuration.nix ./network.nix ../server - ../themes.nix # ../server/searxng.nix ]; networking.hostName = "w1"; diff --git a/hosts/www2/default.nix b/hosts/www2/default.nix index 2242019..3faf2bf 100644 --- a/hosts/www2/default.nix +++ b/hosts/www2/default.nix @@ -10,7 +10,6 @@ inputs.catppuccin.nixosModules.catppuccin ./hardware-configuration.nix ../../server - ../themes.nix ]; networking.hostName = "www2"; }