feat: add xdg directory configuration
This commit is contained in:
parent
0ac1609e7e
commit
f9ccfb738c
1 changed files with 9 additions and 0 deletions
9
users/profiles/xdg.nix
Normal file
9
users/profiles/xdg.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
xdg = {
|
||||||
|
enable = true;
|
||||||
|
userDirs = {
|
||||||
|
enable = true;
|
||||||
|
createDirectories = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue