about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/common/homebrew.nix10
1 files changed, 4 insertions, 6 deletions
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"