Add postman

This commit is contained in:
Armel van Ravels
2026-03-09 14:28:41 +01:00
parent da33f01ee8
commit 56f668131a
2 changed files with 8 additions and 0 deletions

7
programs/postman.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
postman
];
}