feat: add postman to personal machine
This commit is contained in:
4
hosts/common/optional/postman.nix
Normal file
4
hosts/common/optional/postman.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ postman ];
|
||||||
|
}
|
||||||
@@ -52,6 +52,7 @@
|
|||||||
"hyprland"
|
"hyprland"
|
||||||
"nix-ld"
|
"nix-ld"
|
||||||
"obs"
|
"obs"
|
||||||
|
"postman"
|
||||||
"secure-boot"
|
"secure-boot"
|
||||||
"yubikey"
|
"yubikey"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user