Been so long since I booted the machine with this so idk
This commit is contained in:
parent
1980fb8ffd
commit
381fdd789e
6 changed files with 150 additions and 6 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue