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

View File

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