chore(home): add Backups to persistence, fix NH_FLAKE for repo move

This commit is contained in:
Gabriel Fontes
2026-06-11 23:38:56 -03:00
parent 8177a8ed8c
commit aa15ed4246
+2 -1
View File
@@ -40,11 +40,12 @@
stateVersion = lib.mkDefault "22.05";
sessionPath = ["$HOME/.local/bin"];
sessionVariables = {
NH_FLAKE = "$HOME/Documents/NixConfig";
NH_FLAKE = "$HOME/Projects/NixConfig";
};
persistence = {
"/persist".directories = [
"Backups"
"Documents"
"Downloads"
"Notes"