summaryrefslogtreecommitdiff
path: root/hm/conf
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-26 23:34:00 +0100
committeradikro <adikro@disroot.org>2026-03-26 23:34:00 +0100
commit3882a7074df48e348dbd7cc34d81bffc3f062b8f (patch)
tree0ed4fde79905da7d26e20d4f214704e146e3509f /hm/conf
parent1d40f7be90fa740ce34d7c0873b4acf205bca06a (diff)
flake updates
Diffstat (limited to 'hm/conf')
-rw-r--r--hm/conf/xdg-dirs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/conf/xdg-dirs.nix b/hm/conf/xdg-dirs.nix
index 3a37e6a..f0e346b 100644
--- a/hm/conf/xdg-dirs.nix
+++ b/hm/conf/xdg-dirs.nix
@@ -16,6 +16,7 @@ in
xdg.userDirs = {
enable = true;
createDirectories = true;
+ setSessionVariables = true;
download = "${config.home.homeDirectory}/dl";
documents = "${config.home.homeDirectory}/dc";