mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
add kitty config
This commit is contained in:
parent
0f36251282
commit
7481c9f9c7
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ in
|
|||
{
|
||||
home = {
|
||||
packages = [ kitty-xterm ];
|
||||
sessioVariables = {
|
||||
sessionVariables = {
|
||||
TERMINAL = "kitty -1";
|
||||
};
|
||||
};
|
||||
|
@ -18,4 +18,4 @@ in
|
|||
scrollback_lines = 4000;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue