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

@@ -18,7 +18,7 @@
./programs/git.nix ./programs/git.nix
./programs/libreoffice.nix ./programs/libreoffice.nix
./programs/nvim.nix ./programs/nvim.nix
./programs/postman.nix ./programs/ripgrep.nix
./wm/rofi.nix ./wm/rofi.nix
./wm/cursor.nix ./wm/cursor.nix
./wm/dconf.nix ./wm/dconf.nix

View File

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