diff options
Diffstat (limited to 'modules/darwin/default.nix')
| -rw-r--r-- | modules/darwin/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/darwin/default.nix b/modules/darwin/default.nix index 26201a1..b4b81a8 100644 --- a/modules/darwin/default.nix +++ b/modules/darwin/default.nix @@ -4,6 +4,7 @@ imports = [ ./homebrew.nix ./macos.nix + ./herdr-caffeinate.nix ]; # Nix is managed by Determinate installer @@ -41,6 +42,7 @@ # Editors and terminal multiplexers neovim tmux + herdr # Shells and shell utilities zsh @@ -74,7 +76,6 @@ rustup # JavaScript runtimes and package managers - bun pnpm deno @@ -98,7 +99,8 @@ protoc-gen-go-grpc # Cloud and IaC tools - pulumi + # pulumi-bin over pulumi: the source-built package lags upstream by months + pulumi-bin pulumictl kubectl kubernetes-helm @@ -107,7 +109,6 @@ flyctl talosctl tektoncd-cli - runpodctl # Task runners and automation act |
