Set xdg user directories

This commit is contained in:
GHOSCHT 2024-02-04 20:48:49 +01:00
parent f042ecc70f
commit f6e9fe3aa6
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
xdg.userDirs = {
enable = true;
createDirectories = true;
desktop = "/home/ghoscht/Uni";
download = "/home/ghoscht/Downloads";
documents = "/home/ghoscht/Documents";
music = null;
pictures = "/home/ghoscht/Pictures";
publicShare = null;
templates = null;
videos = null;
};
}

View file

@ -20,6 +20,7 @@
# You can also split up your configuration and import pieces of it here:
../features/cli
../features/general/xdg-dirs.nix
]
++ (builtins.attrValues outputs.homeManagerModules);