increase kitty scrollback

This commit is contained in:
Noa Aarts 2024-11-06 18:20:50 +01:00
parent 1aaa2e82bf
commit 6387a4a95d
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -1,4 +1,8 @@
{ lib, config, pkgs, ... }:
{
lib,
config,
...
}:
let
cfg = config.modules.apps.kitty;
in
@ -12,6 +16,7 @@ in
enable = true;
settings = {
confirm_os_window_close = 0;
scrollback_lines = 5000;
};
shellIntegration.enableZshIntegration = true;
};