From 5a5db9ba8dd772d748b56630a9c08ccdfaa6c8db Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 6 Jan 2025 15:07:09 -0600 Subject: change hp theme to green and make mint themes an enum for better ctrl of color choice --- modules/hosts/hp-envy-office/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/hosts') diff --git a/modules/hosts/hp-envy-office/home.nix b/modules/hosts/hp-envy-office/home.nix index 1df168c..ee56dc6 100644 --- a/modules/hosts/hp-envy-office/home.nix +++ b/modules/hosts/hp-envy-office/home.nix @@ -1,7 +1,7 @@ { ... }: { imports = [ ../../home ]; - theme.mint.theme.color = "Dark-Red"; - theme.mint.icons.color = "Red"; + theme.mint.theme.color = "Dark-Green"; + theme.mint.icons.color = "Green"; wallpapers.enable = true; } -- cgit v1.2.3