summaryrefslogtreecommitdiff
path: root/hosts/hp-envy-office/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-08-30 13:00:16 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-08-30 13:00:16 -0500
commit5e1b6bfd95f690a83b0fef454bcaff09ca570c2c (patch)
treeee36eebbc650e87d829f8019b6b709dc02bbef3d /hosts/hp-envy-office/home.nix
parentd3643a962b42440f706c9171a2644c41fcd2be8e (diff)
downloadnixos-5e1b6bfd95f690a83b0fef454bcaff09ca570c2c.tar.xz
nixos-5e1b6bfd95f690a83b0fef454bcaff09ca570c2c.zip
use new configs for envy office and automount hoome nas optiplex
Diffstat (limited to 'hosts/hp-envy-office/home.nix')
-rw-r--r--hosts/hp-envy-office/home.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/hp-envy-office/home.nix b/hosts/hp-envy-office/home.nix
deleted file mode 100644
index 2e4f61f..0000000
--- a/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"
- ];
-}