zaphyra's git: nixfiles

zaphyra's nixfiles

commit b20e13a4b9c10b8e31132558f22ea0b720a7cd2d
parent 713a959fd1ce47165072b9f106909fb5f4a65a4a
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 18:46:33 +0200

config/home/zaphyra/configure/xdg: update paths
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/config/home/zaphyra/configure/xdg.nix b/config/home/zaphyra/configure/xdg.nix
@@ -2,6 +2,8 @@
 
 {
 
+  home.preferXdgDirectories = true;
+
   xdg = {
     enable = true;
     mime.enable = true;

@@ -9,9 +11,9 @@
     userDirs = {
       enable = true;
 
-      desktop = null;
-      publicShare = null;
-      templates = null;
+      desktop = "\$HOME";
+      publicShare = "\$HOME";
+      templates = "\$HOME";
 
       documents = "\$HOME/Documents";
       download = "\$HOME/Downloads";