mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
home: expanded xdg userdirs
This commit is contained in:
parent
4019f069aa
commit
ae022a2801
|
@ -14,12 +14,14 @@
|
|||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
desktop = "${config.home.homeDirectory}/desktop";
|
||||
desktop = "${config.home.homeDirectory}/dsktp";
|
||||
documents = "${config.home.homeDirectory}/docs";
|
||||
download = "${config.home.homeDirectory}/downloads";
|
||||
download = "${config.home.homeDirectory}/dwnlds";
|
||||
music = "${config.home.homeDirectory}/music";
|
||||
videos = "${config.home.homeDirectory}/vids";
|
||||
pictures = "${config.home.homeDirectory}/pics";
|
||||
publicShare = "${config.home.homeDirectory}/pub";
|
||||
templates = "${config.home.homeDirectory}/tmplts";
|
||||
extraConfig = { XDG_SRC_DIR = "${config.home.homeDirectory}/src"; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue