1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: persist ~/Pictures

This commit is contained in:
oddlama 2023-09-29 15:30:41 +02:00
parent 69e2574886
commit 06c188440f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 5 additions and 1 deletions

View file

@ -68,8 +68,13 @@
# TODO gpg switch to sk
# TODO some font icons not showing neovim because removed from nerdfonts, replace with bertter .
persistence."/state".directories = [
"Downloads" # config.xdg.userDirs.download (infinite recursion)
];
persistence."/persist".directories = [
"projects"
"Pictures" # config.xdg.userDirs.pictures (infinite recursion)
];
};

View file

@ -298,7 +298,6 @@ in {
home.persistence."/state".directories = [
".cache/mozilla"
"Downloads"
];
home.persistence."/persist".directories = [