summaryrefslogtreecommitdiff
path: root/modules/hosts/hp-envy-office
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-05 13:25:38 -0500
committerTim Keller <tjkeller.xyz>2025-05-05 13:25:38 -0500
commit1969493257f4644c3b105b3fc2c82a445a2ae664 (patch)
treefa14e1d54a47b45895a232cec1ae6641af717a05 /modules/hosts/hp-envy-office
parentf59d51611cbe61ff492bd836cea29a7aa33a294c (diff)
downloadnixos-1969493257f4644c3b105b3fc2c82a445a2ae664.tar.xz
nixos-1969493257f4644c3b105b3fc2c82a445a2ae664.zip
use xdg-userdirs functionality
Diffstat (limited to 'modules/hosts/hp-envy-office')
-rw-r--r--modules/hosts/hp-envy-office/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hosts/hp-envy-office/home.nix b/modules/hosts/hp-envy-office/home.nix
index ed02130..2e4f61f 100644
--- a/modules/hosts/hp-envy-office/home.nix
+++ b/modules/hosts/hp-envy-office/home.nix
@@ -5,8 +5,8 @@
theme.mint.icons.color = "Green";
wallpapers.enable = true;
- additional-gtk-bookmarks = with userDetails; [
- "file://${home.documents}/src/sites/admin Admin"
+ additional-gtk-bookmarks = with userDetails.userDirs; [
+ "file://${documents}/src/sites/admin Admin"
"file:///media/chexx/chexx cHEXx"
];
}