From 9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 6 Jan 2025 13:08:05 -0600 Subject: add new host for office pc and automount func config --- modules/hosts/hp-envy-office/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/hosts/hp-envy-office/home.nix (limited to 'modules/hosts/hp-envy-office/home.nix') 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; +} -- cgit v1.2.3