move pkgs to host config

This commit is contained in:
2025-02-04 15:08:43 +01:00
parent 1e7e973472
commit c7aeaaef8d
6 changed files with 20 additions and 23 deletions

View File

@@ -9,5 +9,13 @@
"datagrip"
"tailscale"
];
pkgs =
pkgs: with pkgs; [
vault
cocoapods
phrase-cli
boundary
awscli2
];
};
}