From a6a9dd09dc685d7d7d0835a5086c7876b27d0f2a Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Mon, 6 Apr 2026 00:12:42 +0200 Subject: chore: remove unused tools and shell configurations --- modules/darwin/homebrew.nix | 5 ----- modules/home/zsh.nix | 2 -- 2 files changed, 7 deletions(-) (limited to 'modules') 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" ''; -- cgit v1.2.3