diff options
author | Tim Keller <tjkeller.xyz> | 2025-01-06 13:08:05 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-01-06 13:08:05 -0600 |
commit | 9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28 (patch) | |
tree | afa5a0c4ed4ced0cf0ab2d4098c50dd235e61731 /modules/hosts/hp-envy-office/home.nix | |
parent | 1835aa04051f2f0c41017423f2bcba6c549f26b0 (diff) | |
download | nixos-9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28.tar.xz nixos-9a92c148a04b66a9d5f665dc13ea60a8fbf0dd28.zip |
add new host for office pc and automount func config
Diffstat (limited to 'modules/hosts/hp-envy-office/home.nix')
-rw-r--r-- | modules/hosts/hp-envy-office/home.nix | 7 |
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; +} |