nixos/home/xdg/nixos.nix
514fpv ae9d676e3d
feat(xdg): add persistence and configure paths
The default xdg directories are noisy and unhelpful.
2024-01-02 14:53:03 +08:00

4 lines
57 B
Nix

{
users.home.persist.directories = [ "local" "dl" ];
}