First working version of NixOS intall
This commit is contained in:
commit
5ab67429b2
47 changed files with 1801 additions and 0 deletions
14
modules/home/desktop/xdg.nix
Normal file
14
modules/home/desktop/xdg.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs = {
|
||||
enable = true;
|
||||
documents = "documents";
|
||||
download = "downloads";
|
||||
music = "medias/music";
|
||||
pictures = "medias/images";
|
||||
videos = "medias/video";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue