aboutsummaryrefslogtreecommitdiff
path: root/nix/hosts/common/homebrew.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-11-17 11:16:44 -0800
committerFranck Cuny <franck@fcuny.net>2024-11-17 11:16:44 -0800
commit357fbda2bb2400a52f8dec61b66342b92fa945ae (patch)
treeb81c4ea017372f086963094903a01ac5e56a98ef /nix/hosts/common/homebrew.nix
parentinstall font dejavu (diff)
downloadinfra-357fbda2bb2400a52f8dec61b66342b92fa945ae.tar.gz
move machine configurations under darwin and nixos
Don't manage fonts on Darwin with homebrew.
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"
];
};
}