Files
nix-config/hosts/common/optional/postman.nix

5 lines
74 B
Nix

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