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"
"Stuff"
".ssh"
".wakatime"
".config/sops"
".local/share/nvim"
".local/share/zoxide"
".local/state/lazygit"
];
files = [
".zsh_history"
".zcompdump"
".wakatime.cfg"
];
allowOther = true;
};