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 | |
| parent | delete unused module (diff) | |
| download | infra-291ee0471ba39632a3b79f22fd74c12bcc58de58.tar.gz | |
enable kitty
Diffstat (limited to 'home/profiles')
| -rw-r--r-- | home/profiles/kitty.nix | 16 | ||||
| -rw-r--r-- | home/profiles/mac.nix | 1 |
2 files changed, 17 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"; + }; + }; +} diff --git a/home/profiles/mac.nix b/home/profiles/mac.nix index 100f757..5b1817e 100644 --- a/home/profiles/mac.nix +++ b/home/profiles/mac.nix @@ -15,6 +15,7 @@ in ./fish.nix ./git.nix ./go.nix + ./kitty.nix ./onepassword.nix ./ssh.nix ./starship.nix |
