diff --git a/homeManagerModules/restic/profiles/base.nix b/homeManagerModules/restic/profiles/base.nix index 1300753..400dc8a 100644 --- a/homeManagerModules/restic/profiles/base.nix +++ b/homeManagerModules/restic/profiles/base.nix @@ -14,11 +14,13 @@ backup = { verbose = true; exclude = [ - ".vscode*" ".cache" + ".devenv" + ".rustup" + ".cargo" ".venv" ".pyenv" - ".devenv" + ".vscode*" "data/postgres" "build" "__pycache__" @@ -33,6 +35,8 @@ "dist" "/home/*/Pictures" "/home/*/Videos" + "/home/*/go" + "/home/*/snap" ]; schedule-permission = "user"; schedule-priority = "background";