nix-config/home/features/general/xdg-dirs.nix

15 lines
321 B
Nix
Raw Normal View History

2024-02-04 20:48:49 +01:00
{
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;
};
}