about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index 07f3c11..64a4dbb 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -185,5 +185,8 @@ in
     };
   };
 
+  # For disabling the automatic creation of $HOME/Desktop
+  xdg.userDirs.desktop = "$HOME/";
+
   home.stateVersion = "22.05";
 }