Add postman

This commit is contained in:
Armel van Ravels
2026-03-26 10:08:12 +01:00
parent 13082612ed
commit b3e4978f10
2 changed files with 9 additions and 2 deletions

View File

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