From 2e322fbb79e0a14e44192064cfbe3fcd73aff7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Tue, 16 Jun 2026 22:45:00 +0200 Subject: [PATCH] gitBackup: add ngcp and ReSSPublica --- modules/utilities/gitBackup.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/utilities/gitBackup.nix b/modules/utilities/gitBackup.nix index 08f9070..09561be 100644 --- a/modules/utilities/gitBackup.nix +++ b/modules/utilities/gitBackup.nix @@ -54,7 +54,9 @@ "https://github.com/tomasriveral/notewrapper.git" "https://github.com/tomasriveral/fractal-cli.git" "https://github.com/tomasriveral/boids.git" - "https://github.com/tomasriveral/Nixpkgs-tracker-notifier.git" + "https://github.com/tomasriveral/nixpkgs-notifier.git" + "https://github.com/tomasriveral/Nix-Git-Cherry-Picker.git" + "https://github.com/tomasriveral/ReSSPublica.git" ) LOCAL_BACKUP_DIR="$HOME/.gitBackups"