kitty: Fix fonts

This commit is contained in:
Mr Hedgehog 2022-03-16 06:38:33 -04:00
parent 9ca3ae7588
commit b4852d4666
No known key found for this signature in database
GPG key ID: A5F69F6C161FDA7E

View file

@ -1,13 +1,14 @@
{pkgs, ...}: {
programs.kitty = {
enable = true;
font.name = "FiraCode Nerd Font Mono";
font.name = "Fira Code Regular Nerd Font Complete Mono";
font.size = 11;
settings = {
# Font settings
bold_font = "FiraCode Nerd Font Mono Bold";
italic_font = "FiraCode Nerd Font Mono Light";
bold_font = "Fira Code Bold Nerd Font Complete Mono";
italic_font = "Fira Code Light Nerd Font Complete Mono";
bold_italic_font = "auto";
symbol_map = "U+276f 3270-Medium Nerd Font Complete";
# Cursor Settings
cursor_shape = "block";
# Scrollback settings