diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-06 15:07:09 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-06 15:07:09 -0600 |
commit | 5a5db9ba8dd772d748b56630a9c08ccdfaa6c8db (patch) | |
tree | 7e5b97f3620ad85a9ad02d5275874c77f8bcd126 /modules/hosts | |
parent | 9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28 (diff) | |
download | nixos-5a5db9ba8dd772d748b56630a9c08ccdfaa6c8db.tar.xz nixos-5a5db9ba8dd772d748b56630a9c08ccdfaa6c8db.zip |
change hp theme to green and make mint themes an enum for better ctrl of color choice
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/hp-envy-office/home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |