diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-07 17:42:41 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-07 17:42:41 -0800 |
| commit | 291ee0471ba39632a3b79f22fd74c12bcc58de58 (patch) | |
| tree | 321c0efc53e5b4be4d46343ce548305dafba30a8 /home/profiles/kitty.nix | |
| parent | delete unused module (diff) | |
| download | infra-291ee0471ba39632a3b79f22fd74c12bcc58de58.tar.gz | |
enable kitty
Diffstat (limited to 'home/profiles/kitty.nix')
| -rw-r--r-- | home/profiles/kitty.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/home/profiles/kitty.nix b/home/profiles/kitty.nix new file mode 100644 index 0000000..f5fceeb --- /dev/null +++ b/home/profiles/kitty.nix @@ -0,0 +1,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"; + }; + }; +} |
