programs: Add ripgrep-all
This commit is contained in:
parent
9c88e64138
commit
9234a2bdda
|
@ -168,6 +168,7 @@ in
|
|||
# tools
|
||||
gdb # debugger (for coredumpctl debug)
|
||||
gdrive # cli downloader for google drive
|
||||
(ripgrep-all.overrideAttrs (o: { tesseract = tesseract.override { enableLanguages = [ "deu" "eng" ]; }; })) # ripgrep for complex (binary) files
|
||||
] ++ lib.optionals (nixosConfig.sbruder.gui.enable && nixosConfig.sbruder.full) [
|
||||
# communication
|
||||
ungoogled-chromium # for most webrtc applications and for cross-browser testing
|
||||
|
|
Loading…
Reference in a new issue