add more VM configs
This commit is contained in:
parent
b5562ef662
commit
466ea0e414
3 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
|
@ -24,6 +23,12 @@ in {
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
home.file.".config/kitty/ssh.conf" = {
|
||||
text = ''
|
||||
shell_integration inherited
|
||||
'';
|
||||
};
|
||||
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue