diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:04:26 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:04:26 +0200 |
| commit | 7a1af1389664d0c5b89cabef435ab1895fd99f79 (patch) | |
| tree | c7aef786d849b4442bb621feaaf10aacc6d2c46b /modules/darwin/default.nix | |
| parent | 3c7ea11324ca5539bfabace350993719e9e205b3 (diff) | |
| download | dotfiles-7a1af1389664d0c5b89cabef435ab1895fd99f79.tar.gz dotfiles-7a1af1389664d0c5b89cabef435ab1895fd99f79.zip | |
add herdr + herdr-caffeinate
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 |
