home-manager/gui: Disable ligatures in kitty
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 2m7s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 2m7s
This commit is contained in:
parent
2b5bbf75e0
commit
3c6ee6a967
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user