nixfiles/home/profiles/common/xdg.nix

8 lines
No EOL
85 B
Nix

_: {
xdg = {
enable = true;
userDirs = {
enable = true;
};
};
}