Merge pull request 'master' (#43) from master into work

Reviewed-on: #43
This commit was merged in pull request #43.
This commit is contained in:
2026-03-09 14:30:34 +01:00
2 changed files with 8 additions and 0 deletions

7
programs/postman.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
postman
];
}