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
|
virt-viewer
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
xournalpp
|
xournalpp
|
||||||
postman
|
|
||||||
zoom-us;
|
zoom-us;
|
||||||
inherit (pkgs.gnome)
|
inherit (pkgs.gnome)
|
||||||
# geary
|
# geary
|
||||||
|
|
@ -94,6 +93,7 @@
|
||||||
../../modules/hm/development/nix.nix
|
../../modules/hm/development/nix.nix
|
||||||
../../modules/hm/development/python.nix
|
../../modules/hm/development/python.nix
|
||||||
../../modules/hm/development/rust.nix
|
../../modules/hm/development/rust.nix
|
||||||
|
../../modules/hm/development/web.nix
|
||||||
|
|
||||||
# ../../modules/hm/alacritty.nix
|
# ../../modules/hm/alacritty.nix
|
||||||
../../modules/hm/autorandr.nix
|
../../modules/hm/autorandr.nix
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
authenticator
|
authenticator
|
||||||
authy
|
authy
|
||||||
discord
|
discord
|
||||||
postman
|
|
||||||
dmenu
|
dmenu
|
||||||
docker-compose
|
docker-compose
|
||||||
docker-machine
|
docker-machine
|
||||||
|
|
@ -86,6 +85,7 @@
|
||||||
../../modules/hm/development/nix.nix
|
../../modules/hm/development/nix.nix
|
||||||
../../modules/hm/development/python.nix
|
../../modules/hm/development/python.nix
|
||||||
../../modules/hm/development/rust.nix
|
../../modules/hm/development/rust.nix
|
||||||
|
../../modules/hm/development/web.nix
|
||||||
|
|
||||||
# ../../modules/hm/alacritty.nix
|
# ../../modules/hm/alacritty.nix
|
||||||
../../modules/hm/autorandr.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