fix (config/xdg.userDirs): no automatic creation
This commit is contained in:
parent
b67a14af0a
commit
c4bd63b229
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@
|
||||||
|
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
createDirectories = true;
|
# createDirectories = true;
|
||||||
desktop = "${config.home.homeDirectory}/dsk";
|
desktop = "${config.home.homeDirectory}/dsk";
|
||||||
documents = "${config.home.homeDirectory}/doc";
|
documents = "${config.home.homeDirectory}/doc";
|
||||||
download = "${config.home.homeDirectory}/dwn";
|
download = "${config.home.homeDirectory}/dwn";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue