fix: disable xdg user dirs auto create
This commit is contained in:
@@ -46,7 +46,13 @@ in
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
xdg.systemDirs.config = [ "/etc/xdg" ];
|
||||
xdg = {
|
||||
systemDirs.config = [ "/etc/xdg" ];
|
||||
userDirs = {
|
||||
createDirectories = false;
|
||||
download = "${config.home.homeDirectory}/dl";
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
|
||||
Reference in New Issue
Block a user