kitty conf

This commit is contained in:
Florian Schmitt 2023-12-22 09:06:23 +03:00
parent 03081ce220
commit 28ae02760b
2 changed files with 87 additions and 0 deletions

View file

@ -65,6 +65,11 @@ in
];
};
home.file."./.config/kitty/" = {
source = ../configs/kitty;
recursive = true;
};
home.file."./.config/nvim/" = {
source = ../configs/nvim;
recursive = true;