diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 00:12:42 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-06 00:12:42 +0200 |
| commit | a6a9dd09dc685d7d7d0835a5086c7876b27d0f2a (patch) | |
| tree | fe7c21fb82689723dcab9c39096f7dff8dbc10f0 /modules | |
| parent | a89666b60775e17660745c81ff7072fd53435ec5 (diff) | |
| download | dotfiles-a6a9dd09dc685d7d7d0835a5086c7876b27d0f2a.tar.gz dotfiles-a6a9dd09dc685d7d7d0835a5086c7876b27d0f2a.zip | |
chore: remove unused tools and shell configurations
Diffstat (limited to 'modules')
| -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" ''; |
