feat: add persist dirs

This commit is contained in:
tux
2025-01-05 03:23:10 +05:30
parent c236cf9908
commit 7ccededc52

View File

@ -4,10 +4,16 @@
"Projects" "Projects"
"Stuff" "Stuff"
".ssh" ".ssh"
".wakatime"
".config/sops"
".local/share/nvim"
".local/share/zoxide"
".local/state/lazygit"
]; ];
files = [ files = [
".zsh_history" ".zsh_history"
".zcompdump" ".zcompdump"
".wakatime.cfg"
]; ];
allowOther = true; allowOther = true;
}; };