feat: add postman to personal machine

This commit is contained in:
2026-04-10 12:05:44 +05:00
parent eb9c22d647
commit db1f7357fb
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ postman ];
}