Add ripgrep and drop annoying postman

This commit is contained in:
2026-03-13 13:27:49 +01:00
parent 19184a2fe1
commit a7898aadcb
2 changed files with 4 additions and 3 deletions

8
programs/ripgrep.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
ripgrep
];
}