diff --git a/users/richie/home/gui/kitty.nix b/users/richie/home/gui/kitty.nix index 56c08b7..aacb3e6 100644 --- a/users/richie/home/gui/kitty.nix +++ b/users/richie/home/gui/kitty.nix @@ -6,6 +6,7 @@ settings = { allow_remote_control = "yes"; shell = "${pkgs.zsh}/bin/zsh"; + scrollback_lines = 50000; wayland_titlebar_color = "background"; background_opacity = "0.75"; tab_bar_edge = "top";