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