kitty: better config

This commit is contained in:
Julien Malka 2023-11-09 10:50:32 +01:00
parent 3aec2a1030
commit 918aad537f
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -5,7 +5,7 @@ in
with lib;
{
options.luj.programs.kitty = {
enable = mkEnableOption "Enable SwayWM";
enable = mkEnableOption "Enable Kitty";
};
config = mkIf cfg.enable {
@ -16,6 +16,8 @@ with lib;
wayland_titlebar_color = "background";
background_opacity = "0.96";
shell_integration = "no-cursor";
window_padding_width = 4;
confirm_os_window_close = 0;
};
font = {
name = "FiraCode Nerd Font Mono Reg";