From db1f7357fb2f1b54a4d33ce2b1bee823c40cb01b Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Fri, 10 Apr 2026 12:05:44 +0500 Subject: [PATCH] feat: add postman to personal machine --- hosts/common/optional/postman.nix | 4 ++++ hosts/nixos/rihla/default.nix | 1 + 2 files changed, 5 insertions(+) create mode 100644 hosts/common/optional/postman.nix diff --git a/hosts/common/optional/postman.nix b/hosts/common/optional/postman.nix new file mode 100644 index 0000000..c7cb35d --- /dev/null +++ b/hosts/common/optional/postman.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ postman ]; +} diff --git a/hosts/nixos/rihla/default.nix b/hosts/nixos/rihla/default.nix index b8cfa67..dcebba3 100644 --- a/hosts/nixos/rihla/default.nix +++ b/hosts/nixos/rihla/default.nix @@ -52,6 +52,7 @@ "hyprland" "nix-ld" "obs" + "postman" "secure-boot" "yubikey" ])