summaryrefslogtreecommitdiff
path: root/modules/hosts/hp-envy-office/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/hp-envy-office/home.nix')
-rw-r--r--modules/hosts/hp-envy-office/home.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/hosts/hp-envy-office/home.nix b/modules/hosts/hp-envy-office/home.nix
new file mode 100644
index 0000000..1df168c
--- /dev/null
+++ b/modules/hosts/hp-envy-office/home.nix
@@ -0,0 +1,7 @@
+{ ... }: {
+ imports = [ ../../home ];
+
+ theme.mint.theme.color = "Dark-Red";
+ theme.mint.icons.color = "Red";
+ wallpapers.enable = true;
+}