mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
30 lines
517 B
Nix
30 lines
517 B
Nix
{
|
|
home.file.".config/kitty/kitty.conf".text = ''
|
|
font_family Fira Code Regular
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
|
|
cursor_shape beam
|
|
disable_ligatures cursor
|
|
|
|
font_size 12
|
|
|
|
scrollback_lines 4096
|
|
enable_audio_bell no
|
|
copy_on_select clipboard
|
|
strip_trailing_spaces smart
|
|
|
|
sync_to_monitor no
|
|
background_opacity 0.75
|
|
initial_window_width 576
|
|
initial_window_height 512
|
|
|
|
remember_window_size no
|
|
window_padding_width 6
|
|
placement_strategy center
|
|
hide_window_decorations yes
|
|
shell_integration enabled
|
|
'';
|
|
}
|