add kitty config

This commit is contained in:
John Bowdre 2023-10-01 11:19:53 -05:00
parent 0f36251282
commit 7481c9f9c7

View file

@ -7,7 +7,7 @@ in
{
home = {
packages = [ kitty-xterm ];
sessioVariables = {
sessionVariables = {
TERMINAL = "kitty -1";
};
};
@ -18,4 +18,4 @@ in
scrollback_lines = 4000;
};
};
}
}