xdg-user-dirs: Set desktop directory

Fixes an issue where programs that depend on the desktop directory
weren't able to find it.
This commit is contained in:
Donovan Glover 2024-08-26 14:04:35 -04:00
parent f7cd666a30
commit 64ce2763bc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,10 +9,10 @@ in
enable = true;
createDirectories = true;
desktop = null;
templates = null;
publicShare = null;
desktop = "${homeDirectory}/";
download = "${homeDirectory}/";
documents = "${homeDirectory}/";
music = "${homeDirectory}/";