Add kitty with minimal configuration for term emulator

main
Bo Jeanes 2024-07-25 18:54:33 +10:00
parent 88febf1cd6
commit ab5fabcf7d
No known key found for this signature in database
1 changed files with 10 additions and 0 deletions

View File

@ -369,6 +369,16 @@
enableZshIntegration = true;
};
programs.kitty = {
enable = true;
extraConfig = ''
background_opacity 0.8
background_blur 10
enable_audio_bell no
'';
theme = "Tomorrow Night Eighties";
};
programs._1password-shell-plugins = {
enable = true;