users/foo-dogsquared: update XDG folders config

It is too interruptive at this point. I would rather have the usual
library folder to be manually added if I want to include it to an
application.
This commit is contained in:
Gabriel Arazas 2022-07-09 10:49:41 +08:00
parent 747a78b6d9
commit f8aec6c47c

View File

@ -74,6 +74,7 @@ in {
enabled = true;
media_dirs = [
"$XDG_MUSIC_DIR|Music"
"~/library/music|Library"
];
};
@ -153,14 +154,6 @@ in {
xdg.userDirs = {
enable = true;
createDirectories = true;
# The XDG base directories. Most of my setup with this user will be my
# personal computer so I'll set them like so...
documents = "$HOME/library/documents";
music = "$HOME/library/music";
pictures = "$HOME/library/pictures";
templates = "$HOME/library/templates";
videos = "$HOME/library/videos";
};
# All of the personal configurations.