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
|
|
@ -5,6 +5,7 @@
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./boot-efi.nix
|
./boot-efi.nix
|
||||||
./nix-core.nix
|
./nix-core.nix
|
||||||
|
./xdg-user-dirs.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./virtualization.nix
|
./virtualization.nix
|
||||||
|
|
|
||||||
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