nix-config/modules/notes/xdg.nix

7 lines
97 B
Nix
Raw Normal View History

2025-07-25 22:00:57 +01:00
{
flake.modules.homeManager.base.xdg = {
enable = true;
userDirs.enable = true;
};
}