nix-config/modules2/notes/xdg.nix
Oliver Davies ccbe21a5c4
All checks were successful
/ check (push) Successful in 1m36s
Move notes configuration
2025-07-25 22:06:37 +01:00

6 lines
97 B
Nix

{
flake.modules.homeManager.base.xdg = {
enable = true;
userDirs.enable = true;
};
}