feat(xdg): enable user dirs system-wide
This commit is contained in:
parent
bab9f550be
commit
ddf31b7f94
2 changed files with 10 additions and 0 deletions
9
modules/system/xdg-user-dirs.nix
Normal file
9
modules/system/xdg-user-dirs.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
xdg.userDirs = {
|
||||
enable = true;
|
||||
createDirectories = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue