mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixes kitty char spacing
This commit is contained in:
parent
bbd631c5b9
commit
1351add9fe
|
@ -7,5 +7,6 @@
|
|||
programs.kitty.enable = true;
|
||||
programs.kitty.settings = {
|
||||
background_opacity = lib.mkForce "0.75";
|
||||
modify_font = "cell_width 90%";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue