summaryrefslogtreecommitdiff
path: root/modules/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts')
-rw-r--r--modules/hosts/hp-envy-office/home.nix4
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;
}