Move home-manager configurations files
This commit is contained in:
parent
9715b9569a
commit
1650bdc29b
37 changed files with 8 additions and 8 deletions
17
home-manager/desktop/xdg.nix
Normal file
17
home-manager/desktop/xdg.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
_: {
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
documents = "documents";
|
||||
download = "downloads";
|
||||
music = "medias/musics";
|
||||
pictures = "medias/images";
|
||||
videos = "medias/videos";
|
||||
templates = "tmp";
|
||||
desktop = "documents";
|
||||
publicShare = "tmp/public";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue