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