mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
12 lines
206 B
Nix
12 lines
206 B
Nix
_:
|
|
{
|
|
programs.kitty = {
|
|
enable = true;
|
|
keybindings = { };
|
|
settings = {
|
|
scrollback_lines = 10000;
|
|
enable_audio_bell = false;
|
|
notify_on_cmd_finish = "always 20";
|
|
};
|
|
};
|
|
}
|