From 52373c20ebf9b36ce4f52edbf73b642028f9327f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 26 Jul 2024 18:27:01 +0200 Subject: [PATCH] Fix monospace font --- rice.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rice.nix b/rice.nix index 8072890..ce34218 100644 --- a/rice.nix +++ b/rice.nix @@ -38,7 +38,7 @@ in { size = 10; }; monospace = { - name = "Cascadia Code"; + name = "CaskaydiaCove Nerd Font"; package = self.nerdfonts.override { fonts = [ "CascadiaCode" ]; }; # name = "FiraCode Nerd Font Mono"; # package = self.nerdfonts.override { fonts = [ "FiraCode" ]; };