From 1248d431ff09c15df666b381059efb8884718a9b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 11 Mar 2024 17:26:22 -0700 Subject: switch to absolute path --- hosts/common/homebrew.nix | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 hosts/common/homebrew.nix (limited to 'hosts/common/homebrew.nix') diff --git a/hosts/common/homebrew.nix b/hosts/common/homebrew.nix deleted file mode 100644 index b358695..0000000 --- a/hosts/common/homebrew.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ ... }: -{ - # Required for homebrew on aarch64 - environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ]; - - homebrew = { - enable = true; - onActivation.autoUpdate = true; - 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 - "kubebuilder" - "s3cmd" - ]; - - taps = [ - "homebrew/cask-fonts" - "hashicorp/tap" - ]; - - casks = [ - "1password-cli" - "docker" - "element" - "emacs" - "font-monaspace" # https://github.com/githubnext/monaspace - "font-source-code-pro" - "iterm2" - "netnewswire" - "transmission" - "vlc" - "wireshark" - "zed" - "zoom" - ]; - }; -} -- cgit 1.4.1