zaneyos/modules/home/xdg.nix

11 lines
106 B
Nix

{ ... }:
{
xdg = {
userDirs = {
enable = true;
createDirectories = true;
};
};
}