about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-29 22:11:17 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-06-29 22:11:17 +0200
commit3ad2bc4018b56200848dd8c6924d8aac244806e7 (patch)
tree7ffc5aa182883b9fa9ae4520fc7198f5d144a8ad /hosts/home.nix
parentCreate ~/src dev folder if it doesnt exist (diff)
downloadnixos-config-3ad2bc4018b56200848dd8c6924d8aac244806e7.tar.gz
nixos-config-3ad2bc4018b56200848dd8c6924d8aac244806e7.tar.bz2
nixos-config-3ad2bc4018b56200848dd8c6924d8aac244806e7.zip
Disable the creation of $HOME/Desktop by altering xdg
Diffstat (limited to 'hosts/home.nix')
-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";
 }