aboutsummaryrefslogblamecommitdiff
path: root/home/profiles/kitty.nix
blob: f5fceeb8f3a0c3f7e888b0a4353a343fb9e50a19 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                            
{ ... }:
{
  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";
    };
  };
}