home: packages: add 'ripgrep'

This commit is contained in:
Bruno BELANYI 2022-03-07 12:50:36 +01:00
parent 9ef35f06df
commit 4627350311

View file

@ -20,6 +20,7 @@ in
config.home.packages = with pkgs; lib.mkIf cfg.enable ([
file
mosh
ripgrep
rr
termite.terminfo
] ++ cfg.additionalPackages);