From 020ad3871b6dc77ce9d61b4493eb03f1b5ed7b95 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 26 Oct 2024 10:51:30 -0700 Subject: add the font cascadia --- nix/hosts/common/homebrew.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'nix/hosts/common/homebrew.nix') diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix index 2f8f786..b04c647 100644 --- a/nix/hosts/common/homebrew.nix +++ b/nix/hosts/common/homebrew.nix @@ -1,5 +1,4 @@ -{ ... }: -{ +{ ... }: { # Required for homebrew on aarch64 environment.systemPath = [ "/opt/homebrew/bin" "/opt/homebrew/sbin" ]; @@ -20,10 +19,7 @@ "kubebuilder" ]; - taps = [ - "homebrew/cask-fonts" - "hashicorp/tap" - ]; + taps = [ "homebrew/cask-fonts" "hashicorp/tap" ]; casks = [ "1password-cli" @@ -34,6 +30,8 @@ "font-source-code-pro" "font-source-sans-3" "font-source-serif-4" + "font-cascadia-font" + "code-cascadia-mono" "iterm2" "transmission" "vlc" -- cgit 1.4.1