Been so long since I booted the machine with this so idk

This commit is contained in:
caem 2025-01-06 00:38:59 +01:00
parent 1980fb8ffd
commit 381fdd789e
Signed by: caem
GPG key ID: 69A830D03203405F
6 changed files with 150 additions and 6 deletions

View file

@ -14,6 +14,21 @@
home.username = "hu";
home.homeDirectory = "/home/hu";
home.stateVersion = config.system.stateVersion;
xdg = {
enable = true;
userDirs = {
documents = "/home/hu/documents";
download = "/home/hu/download";
music = "/home/hu/music";
pictures = "/home/hu/images";
videos = "/home/hu/videos";
# I will never need this so they're getting hidden
publicShare = "/home/hu/.local/share/xdg/public";
templates = "/home/hu/.local/share/xdg/templates";
};
};
};
};