dotfiles/modules/kitty.nix

15 lines
247 B
Nix
Raw Permalink Normal View History

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