Switch from Postman to Bruno
This commit is contained in:
parent
e4292d8b1d
commit
dfddc1372b
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4
modules/hm/development/web.nix
Normal file
4
modules/hm/development/web.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = [ pkgs.unstable_pkgs.bruno ];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue