Merge branch 'master' into work

This commit is contained in:
2026-03-13 13:28:30 +01:00
2 changed files with 4 additions and 3 deletions

View File

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