From 64d584061b3543b5579f028531848d2265477bac Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 23 Oct 2022 10:28:00 -0700 Subject: [PATCH] Fix broken terminal font --- terminal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.nix b/terminal.nix index 611bb7e..3e27fd6 100644 --- a/terminal.nix +++ b/terminal.nix @@ -5,7 +5,7 @@ enable = true; theme = "Nord"; font = { - name = "Monospace Regular"; + name = "FiraCode Nerd Font Mono"; size = 12; }; extraConfig = "enable_auto_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8";