From 58ad9c51943b008f0cbbc3fe1ee9bdb6c2b55122 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 21 Jan 2024 10:36:14 +0100 Subject: [PATCH] Font: switch to Cascadia Code (Nerd Fonts) --- rice.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rice.nix b/rice.nix index 962b717..8072890 100644 --- a/rice.nix +++ b/rice.nix @@ -38,8 +38,10 @@ in { size = 10; }; monospace = { - name = "FiraCode Nerd Font Mono"; - package = self.nerdfonts.override { fonts = [ "FiraCode" ]; }; + name = "Cascadia Code"; + package = self.nerdfonts.override { fonts = [ "CascadiaCode" ]; }; + # name = "FiraCode Nerd Font Mono"; + # package = self.nerdfonts.override { fonts = [ "FiraCode" ]; }; size = 10; }; };