From cb60d123ec417712bbe33d1bfd3b49464cbad7ec Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Mar 2024 13:49:09 -0800 Subject: extract shared code for darwin to a new module --- hosts/mba/default.nix | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'hosts/mba') diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 55e8ffd..8b22923 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -14,40 +14,6 @@ programs.zsh.enable = true; - # 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 - "kind" # to run local k8s cluster - "envoy" # to do some testing with envoy - ]; - - taps = [ - "homebrew/cask-fonts" - ]; - - casks = [ - "1password-cli" - "docker" - "element" - "emacs" - "font-monaspace" # https://github.com/githubnext/monaspace - "font-source-code-pro" - "iterm2" - "netnewswire" - "transmission" - "vlc" - "wireshark" - "zoom" - ]; - }; - users.users.fcuny.home = "/Users/fcuny"; system.defaults.dock.autohide = true; -- cgit v1.2.3