Add additional kitty config
This commit is contained in:
parent
7625baf16f
commit
cb7b220be5
|
|
@ -13,6 +13,14 @@ in
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
package = pkgs.kitty;
|
||||
settings = {
|
||||
scrollback_lines = 10000;
|
||||
shell_integration = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
# Clipboard
|
||||
map ctrl+shift+v paste_from_selection
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue