mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
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:
parent
747a78b6d9
commit
f8aec6c47c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user