From 4a6830c24e4729fbc3e2ac3127cbe03ee289381b Mon Sep 17 00:00:00 2001 From: Daniel Fainberg Date: Sun, 20 Sep 2026 17:20:08 +0200 Subject: [PATCH] feat(home): add `git-filter-repo` --- modules/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home.nix b/modules/home.nix index 761ab34..a541f0a 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -192,6 +192,9 @@ in unzip # extract .zip (tools that shell out to it expect the binary) jq # JSON on the command line (scripts, ad-hoc inspection) pv # pipe progress meter (throughput, ETA on streamed data) + git-filter-repo # `git filter-repo`: history rewriting (upstream's replacement + # for `git filter-branch`); a standalone script git picks + # up as a subcommand, so programs.git needs no config libreoffice grim # screenshot capture (also used by the Print-key binds) slurp # interactive region selector for grim