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";