dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 2aaff5a29de3e832cc08bf801ae13bd3b76db3aa
parent 60ed23f55153acad5f107a175b9e063a0c7361b4
Author: Chris <chris@echoz.io>
Date:   Mon, 23 Feb 2026 05:07:45 +0100

feat(kitty): set default initial width and height

Diffstat:
Mmodules/kitty/default.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/kitty/default.nix b/modules/kitty/default.nix @@ -22,6 +22,8 @@ disable_ligatures = false; confirm_os_window_close = 0; remember_window_size = false; + initial_window_width = "80c"; + initial_window_height = "24c"; } // (with style.colors; { foreground = "#${fg.hex}";