feat: add procps to Darwin baseline

This commit is contained in:
Greg Hellings
2026-07-07 14:15:59 -05:00
parent c2ea5ff472
commit f77f46c4e5
+1
View File
@@ -61,6 +61,7 @@ in
systemPackages = with pkgs; [
agenix
pkgs'.hms
procps # Includes tools like `watch`, `kill`, and `ps`
];
};