diff options
Diffstat (limited to 'hosts/optiplex/home.nix')
-rw-r--r-- | hosts/optiplex/home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/optiplex/home.nix b/hosts/optiplex/home.nix new file mode 100644 index 0000000..d293ae0 --- /dev/null +++ b/hosts/optiplex/home.nix @@ -0,0 +1,7 @@ +{ ... }: { + imports = [ ../../home-manager ]; + + theme.mint.theme.color = "Dark-Green"; + theme.mint.icons.color = "Green"; + wallpapers.enable = true; +} |