Update modules/home/xdg/default.nix
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
home.packages = with pkgs; [ xdg-user-dirs ];
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.userDirs.enable = true;
|
||||
xdg.userDirs.desktop = "${config.home.homeDirectory}/desktop";
|
||||
xdg.userDirs.documents = "${config.home.homeDirectory}/desktop";
|
||||
|
||||
Reference in New Issue
Block a user