From c5d587652455bc992456208f27d02f9d6d03400f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 8 Jun 2024 11:23:48 -0500 Subject: [PATCH] enable(?) theming --- hosts/display/default.nix | 1 + hosts/dragon/default.nix | 1 + hosts/fred/default.nix | 1 + hosts/harper/default.nix | 1 + hosts/harper2/default.nix | 1 + hosts/nuwww/default.nix | 1 + hosts/pihole/default.nix | 1 + hosts/pocket2/default.nix | 1 + hosts/t2/default.nix | 1 + hosts/vm1/default.nix | 1 + hosts/www2/default.nix | 1 + 11 files changed, 11 insertions(+) diff --git a/hosts/display/default.nix b/hosts/display/default.nix index 0e4b42a..9b291a0 100644 --- a/hosts/display/default.nix +++ b/hosts/display/default.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix + ../themes.nix ../../server ]; networking.hostName = "display"; diff --git a/hosts/dragon/default.nix b/hosts/dragon/default.nix index 127b887..f2bb91e 100644 --- a/hosts/dragon/default.nix +++ b/hosts/dragon/default.nix @@ -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"; diff --git a/hosts/fred/default.nix b/hosts/fred/default.nix index 8306b5c..807109a 100644 --- a/hosts/fred/default.nix +++ b/hosts/fred/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../server + ../themes.nix ./podman.nix ]; networking.hostName = "fred"; diff --git a/hosts/harper/default.nix b/hosts/harper/default.nix index 76f187a..9d81565 100644 --- a/hosts/harper/default.nix +++ b/hosts/harper/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../../server + ../themes.nix ]; networking.hostName = "harper"; } diff --git a/hosts/harper2/default.nix b/hosts/harper2/default.nix index 8943dab..595d4e8 100644 --- a/hosts/harper2/default.nix +++ b/hosts/harper2/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../../server + ../themes.nix ]; networking.hostName = "harper2"; } diff --git a/hosts/nuwww/default.nix b/hosts/nuwww/default.nix index c7853b3..01a065a 100644 --- a/hosts/nuwww/default.nix +++ b/hosts/nuwww/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../../server + ../themes.nix ]; networking.hostName = "nuwww"; } diff --git a/hosts/pihole/default.nix b/hosts/pihole/default.nix index f8716f7..1b53457 100644 --- a/hosts/pihole/default.nix +++ b/hosts/pihole/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../../server + ../themes.nix ]; networking.hostName = "pihole"; } diff --git a/hosts/pocket2/default.nix b/hosts/pocket2/default.nix index 98277af..b66a77d 100644 --- a/hosts/pocket2/default.nix +++ b/hosts/pocket2/default.nix @@ -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"; diff --git a/hosts/t2/default.nix b/hosts/t2/default.nix index f783fa1..1ab5b23 100644 --- a/hosts/t2/default.nix +++ b/hosts/t2/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../workstation + ../themes.nix ../wm ]; networking.hostName = "t2"; diff --git a/hosts/vm1/default.nix b/hosts/vm1/default.nix index a6042a8..5173afb 100644 --- a/hosts/vm1/default.nix +++ b/hosts/vm1/default.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix + ../themes.nix ]; networking.hostName = "vm1"; } diff --git a/hosts/www2/default.nix b/hosts/www2/default.nix index 617a14b..4908e11 100644 --- a/hosts/www2/default.nix +++ b/hosts/www2/default.nix @@ -5,6 +5,7 @@ [ ./hardware-configuration.nix ../../server + ../themes.nix ]; networking.hostName = "www2"; }