feat(xdg): add persistence and configure paths
The default xdg directories are noisy and unhelpful.
This commit is contained in:
parent
1f0d44389b
commit
ae9d676e3d
2 changed files with 24 additions and 0 deletions
3
home/xdg/nixos.nix
Normal file
3
home/xdg/nixos.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
users.home.persist.directories = [ "local" "dl" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue