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.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/hosts/hp-envy-office/home.nix b/modules/hosts/hp-envy-office/home.nix
deleted file mode 100644
index 2e4f61f..0000000
--- a/modules/hosts/hp-envy-office/home.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ userDetails, ... }: {
- imports = [ ../../home ];
-
- theme.mint.theme.color = "Dark-Green";
- theme.mint.icons.color = "Green";
- wallpapers.enable = true;
-
- additional-gtk-bookmarks = with userDetails.userDirs; [
- "file://${documents}/src/sites/admin Admin"
- "file:///media/chexx/chexx cHEXx"
- ];
-}