add ripgrep to cli packages

This commit is contained in:
insects 2024-08-10 14:14:43 +02:00
parent 2c88de8996
commit f581d08d7d

View file

@ -8,5 +8,6 @@
home.packages = with pkgs; [
comma # nix-shell a package by prefixing it with `,`
ripgrep # well, it's grep
];
}