diff options
| -rw-r--r-- | modules/darwin/homebrew.nix | 5 | ||||
| -rw-r--r-- | modules/home/zsh.nix | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 41cdb18..dd8b067 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -52,14 +52,12 @@ # Programming languages and runtimes "golangci-lint" - "rust" "zig" "typst" # JavaScript runtimes and package managers "bun" "pnpm" - "volta" "deno" # Version control @@ -84,7 +82,6 @@ # Cloud and IaC tools "pulumi" "pulumictl" - "azure-cli" "kubectl" "helm" "cilium-cli" @@ -154,9 +151,7 @@ "gcloud-cli" "ghostty" "google-chrome" - "google-chrome@canary" "google-drive" - "libreoffice" "loom" "microsoft-teams" "obsidian" diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index 678e70d..c2805a3 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -53,7 +53,6 @@ in eval "$(/opt/homebrew/bin/brew shellenv)" '' else "" ) + '' - [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env" ''; ".hushlogin".text = ""; @@ -137,7 +136,6 @@ in fi } - add_to_path "$HOME/.volta/bin" add_to_path "/Library/Frameworks/Firebird.framework/Resources/bin" add_to_path "/opt/homebrew/opt/libpq/bin" ''; |
