From b9f22a6ab02ade35fcdf2c1e9b48cda850bf928a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 5 Jun 2023 19:16:39 -0400 Subject: [PATCH] kitty: Revert cell height increase Unfortunately (or fortunately), every line matters when reading and writing software. Because of this, increasing the cell height results in more negative consequences than positive. --- modules/kitty/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/kitty/default.nix b/modules/kitty/default.nix index 016a935..e6d239f 100644 --- a/modules/kitty/default.nix +++ b/modules/kitty/default.nix @@ -17,8 +17,6 @@ window_padding_width = 5; tab_bar_margin_width = 5; - - modify_font = "cell_height 110%"; }; };