zaphyra's git: nixfiles

zaphyra's nixfiles

commit 41f3e27d1a5accb6610594847b27db74e0e5e80c
parent 562301f274a16169fea9a0e872dea36d87f6675c
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";