diff options
Diffstat (limited to '')
-rw-r--r-- | nix/hosts/darwin/homebrew.nix (renamed from nix/hosts/common/homebrew.nix) | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/darwin/homebrew.nix index 1ba4a93..0840b06 100644 --- a/nix/hosts/common/homebrew.nix +++ b/nix/hosts/darwin/homebrew.nix @@ -19,7 +19,7 @@ "kubebuilder" ]; - taps = [ "homebrew/cask-fonts" "hashicorp/tap" ]; + taps = [ "hashicorp/tap" ]; casks = [ "1password-cli" @@ -31,13 +31,6 @@ "vlc" "wireshark" "zoom" - - # fonts - "font-go" - "font-source-code-pro" - "font-source-sans-3" - "font-source-serif-4" - "font-dejavu" ]; }; } |