Add ripgrep and drop annoying postman
This commit is contained in:
2
home.nix
2
home.nix
@@ -18,7 +18,7 @@
|
||||
./programs/git.nix
|
||||
./programs/libreoffice.nix
|
||||
./programs/nvim.nix
|
||||
./programs/postman.nix
|
||||
./programs/ripgrep.nix
|
||||
./wm/rofi.nix
|
||||
./wm/cursor.nix
|
||||
./wm/dconf.nix
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
postman
|
||||
ripgrep
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user