From b903fae5d9cb2a9e92a1a05426fdf62794a1fb82 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 14 Mar 2023 11:27:50 -0400 Subject: [PATCH] tweak(kitty): increase scrollback lines --- users/profiles/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/profiles/kitty.nix b/users/profiles/kitty.nix index 7c8f757..060e587 100644 --- a/users/profiles/kitty.nix +++ b/users/profiles/kitty.nix @@ -8,6 +8,7 @@ }; settings = { confirm_os_window_close = 0; + scrollback_lines = 100000; }; };