Switch from Postman to Bruno

This commit is contained in:
Filippo Berto 2023-10-16 21:38:38 +02:00
parent e4292d8b1d
commit dfddc1372b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 6 additions and 2 deletions

View file

@ -53,7 +53,6 @@
virt-viewer
wireguard-tools
xournalpp
postman
zoom-us;
inherit (pkgs.gnome)
# geary
@ -94,6 +93,7 @@
../../modules/hm/development/nix.nix
../../modules/hm/development/python.nix
../../modules/hm/development/rust.nix
../../modules/hm/development/web.nix
# ../../modules/hm/alacritty.nix
../../modules/hm/autorandr.nix

View file

@ -24,7 +24,6 @@
authenticator
authy
discord
postman
dmenu
docker-compose
docker-machine
@ -86,6 +85,7 @@
../../modules/hm/development/nix.nix
../../modules/hm/development/python.nix
../../modules/hm/development/rust.nix
../../modules/hm/development/web.nix
# ../../modules/hm/alacritty.nix
../../modules/hm/autorandr.nix

View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
home.packages = [ pkgs.unstable_pkgs.bruno ];
}