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 ];
}

View File

@@ -52,6 +52,7 @@
"hyprland" "hyprland"
"nix-ld" "nix-ld"
"obs" "obs"
"postman"
"secure-boot" "secure-boot"
"yubikey" "yubikey"
]) ])