home-manager/gui: Disable ligatures in kitty
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 29m30s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 29m30s
This commit is contained in:
parent
208de7654e
commit
26a16d0629
@ -99,6 +99,7 @@ in
|
||||
background_opacity = "0.65";
|
||||
tab_bar_edge = "top";
|
||||
shell_integration = "no-sudo";
|
||||
font_features = "${font.name} -liga";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user