home-manager/gui: Disable ligatures in kitty
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 2m7s

This commit is contained in:
Jack O'Sullivan 2024-11-06 13:08:19 +00:00
parent 2b5bbf75e0
commit 3c6ee6a967

View File

@ -99,6 +99,7 @@ in
background_opacity = "0.65"; background_opacity = "0.65";
tab_bar_edge = "top"; tab_bar_edge = "top";
shell_integration = "no-sudo"; shell_integration = "no-sudo";
font_features = "${font.name} -liga";
}; };
}; };