home(xdg): add persistence and configure paths

This commit is contained in:
514fpv 2024-01-02 14:53:03 +08:00
parent 6e588bca61
commit fbdb223c1c
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 24 additions and 0 deletions

3
home/xdg/nixos.nix Normal file
View file

@ -0,0 +1,3 @@
{
users.home.persist.directories = [ "local" "dl" ];
}