diff options
author | Franck Cuny <franck@fcuny.net> | 2024-10-26 10:54:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-10-26 10:54:28 -0700 |
commit | c68e29ff8f48ae6298abb768b31f0819559c08f8 (patch) | |
tree | 698c2c5d44eb7ba624ddc6fa1bf492a0fc3bb598 /nix/hosts | |
parent | don't pin to a specific version of Go (diff) | |
download | world-c68e29ff8f48ae6298abb768b31f0819559c08f8.tar.gz |
fix typo for the name of the cascadia font
Diffstat (limited to 'nix/hosts')
-rw-r--r-- | nix/hosts/common/homebrew.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix index b04c647..0fd7131 100644 --- a/nix/hosts/common/homebrew.nix +++ b/nix/hosts/common/homebrew.nix @@ -30,8 +30,8 @@ "font-source-code-pro" "font-source-sans-3" "font-source-serif-4" - "font-cascadia-font" - "code-cascadia-mono" + "font-cascadia-code" + "font-cascadia-mono" "iterm2" "transmission" "vlc" |