6 lines
97 B
Nix
6 lines
97 B
Nix
{
|
|
flake.modules.homeManager.base.xdg = {
|
|
enable = true;
|
|
userDirs.enable = true;
|
|
};
|
|
}
|