From e9c8dfe19655d645bb0e5f9e988ddcfe6640a35c Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 13:46:49 -0500 Subject: [PATCH] fix (hopefully) neovide font --- demilich/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demilich/home.nix b/demilich/home.nix index a6eb6e1..9a0b34a 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -230,7 +230,7 @@ settings = { wayland-app-id = "neovide"; font = { - normal = [ pkgs.nerd-fonts.jetbrains-mono ]; + normal = [ "JetBrainsMono Nerd Font" ]; size = 14.0; }; };