home-manager/gui: Disable ligatures in kitty

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

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