pinchflat

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-27 15:51:05 -05:00
parent dc6fb3adc2
commit 6efa77899c
2 changed files with 16 additions and 5 deletions

View file

@ -57,7 +57,7 @@ with lib;
# ripgrep
rg = "rg --no-ignore";
rgf = "rg --files 2>/dev/null | rg";
rgf = "rg --files --glob '!/nix/store/**' 2>/dev/null | rg";
};
environment.shellInit = builtins.readFile ./common.sh;