mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-11 11:38:16 +01:00
11 lines
106 B
Nix
11 lines
106 B
Nix
{ ... }:
|
|
|
|
{
|
|
xdg = {
|
|
userDirs = {
|
|
enable = true;
|
|
createDirectories = true;
|
|
};
|
|
};
|
|
}
|