fix: add ripgrep to always category and revert shellHook to use rg

This commit is contained in:
Daniel 2026-07-27 00:30:10 +00:00
commit 92bd53feea
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,9 @@ in
};
config.catPkgs = {
always = maybe "always" (with pkgs; [ ]);
always = maybe "always" (with pkgs; [
ripgrep
]);
clickhouse = maybe "clickhouse" (with pkgs; [ clickhouse-lts ]);