From 3ad2bc4018b56200848dd8c6924d8aac244806e7 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 29 Jun 2022 22:11:17 +0200 Subject: Disable the creation of $HOME/Desktop by altering xdg --- hosts/home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/home.nix') 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"; } -- cgit 1.4.1