manage xdg dirs

dev-docs
Moritz Böhme 2021-10-03 12:30:56 +02:00
parent 586303413f
commit 2f3e4c5c7d
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
home.username = "moritz"; home.username = "moritz";
home.homeDirectory = "/home/moritz"; home.homeDirectory = "/home/moritz";
xdg.userDirs = {
enable = true;
createDirectories = true;
};
home.stateVersion = "21.05"; home.stateVersion = "21.05";
}; };
} }