feat: add Postman
This commit is contained in:
parent
ee44c41652
commit
7ba39d2605
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
{
|
{
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"intelephense"
|
"intelephense"
|
||||||
|
"postman"
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
nodejs
|
nodejs
|
||||||
php81
|
php81
|
||||||
platformsh
|
platformsh
|
||||||
|
postman
|
||||||
pulumi-bin
|
pulumi-bin
|
||||||
pv
|
pv
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue