zaneyos/modules/home/xdg.nix

11 lines
106 B
Nix
Raw Normal View History

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