mirror of https://github.com/bjeanes/dotfiles.git
Add kitty with minimal configuration for term emulator
parent
88febf1cd6
commit
ab5fabcf7d
10
flake.nix
10
flake.nix
|
@ -369,6 +369,16 @@
|
||||||
enableZshIntegration = true;
|
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 = {
|
programs._1password-shell-plugins = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue