mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
16 lines
355 B
Nix
16 lines
355 B
Nix
_: {
|
|
xdg = {
|
|
enable = true;
|
|
userDirs = {
|
|
enable = true;
|
|
pictures = "$HOME/pictures";
|
|
videos = "$HOME/videos";
|
|
documents = "$HOME/docs";
|
|
download = "$HOME/downloads";
|
|
desktop = "$HOME/desktop";
|
|
templates = "$HOME/templates";
|
|
publicShare = "$HOME/shared";
|
|
music = "$HOME/music";
|
|
};
|
|
};
|
|
}
|