mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
chore(home): add Backups to persistence, fix NH_FLAKE for repo move
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user