{
  ...
}:
{
  home-manager.users.kalle.programs.kitty = {
    enable = true;
    themeFile = "Catppuccin-Mocha";
    settings = {
      background_opacity = "0.8";
      allow_remote_control = true;
      enable_audio_bell = false;
    };
  };
}