nixfiles/home/profiles/common/xdg.nix

8 lines
86 B
Nix

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