home-manager/gui: Disable ligatures in kitty
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 29m30s

This commit is contained in:
Jack O'Sullivan 2024-11-06 13:08:19 +00:00
parent 208de7654e
commit 26a16d0629

View File

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