mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +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.enable = true;
|
||||||
programs.kitty.settings = {
|
programs.kitty.settings = {
|
||||||
background_opacity = lib.mkForce "0.75";
|
background_opacity = lib.mkForce "0.75";
|
||||||
|
modify_font = "cell_width 90%";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue