manage xdg dirs

This commit is contained in:
Moritz Böhme 2021-10-03 12:30:56 +02:00
parent 586303413f
commit 2f3e4c5c7d

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";
}; };
} }