diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/common/homebrew.nix | 3 | ||||
-rw-r--r-- | nix/profiles/home-manager/dev.nix | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix index b358695..e0e8354 100644 --- a/nix/hosts/common/homebrew.nix +++ b/nix/hosts/common/homebrew.nix @@ -9,8 +9,6 @@ onActivation.upgrade = true; brews = [ - "aspell" # spelling - "envoy" # to do some testing with envoy "go" # it's also installed by nix, but this is a fallback, just in case "hashicorp/tap/boundary" # https://www.boundaryproject.io/ "kind" # to run local k8s cluster @@ -35,7 +33,6 @@ "transmission" "vlc" "wireshark" - "zed" "zoom" ]; }; diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix index c891aa9..b8d055d 100644 --- a/nix/profiles/home-manager/dev.nix +++ b/nix/profiles/home-manager/dev.nix @@ -31,6 +31,9 @@ in golangci-lint gopls + # rust + rustup + # docker dive # explore layers in docker images @@ -44,6 +47,7 @@ in # python pythonEnv + ruff ]; home.sessionPath = [ |