Files
nix-config/systems/modules/postman.nix
Armel van Ravels b3e4978f10 Add postman
2026-03-26 10:08:12 +01:00

7 lines
81 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
postman
];
}