blob: f5fceeb8f3a0c3f7e888b0a4353a343fb9e50a19 (
plain) (
tree)
|
|
{ ... }:
{
programs.kitty = {
enable = true;
themeFile = "Modus_Operandi_Tinted";
settings = {
copy_on_select = "yes";
enable_audio_bell = "no";
window_padding_width = 5;
tab_title_template = "{index}{title}";
tab_bar_style = "powerline";
font_family = "Source Code Pro";
font_size = "15.0";
};
};
}
|