feat: add Postman

This commit is contained in:
Oliver Davies 2022-12-19 09:41:30 +00:00
parent ee44c41652
commit 7ba39d2605

View file

@ -2,6 +2,7 @@
{
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"intelephense"
"postman"
];
home.packages = with pkgs; [
@ -23,6 +24,7 @@
nodejs
php81
platformsh
postman
pulumi-bin
pv
ripgrep