{ pkgs, ... }: { enable = true; settings = { # cursor cursor = "none"; # dont pop up a prompt when trying to close confirm_os_window_close = 0; # mouse focus_follows_mouse = true; # copy to clipboard strip_trailing_spaces = "smart"; copy_on_select = true; # performance sync_to_monitor = true; # tabs tab_bar_edge = "top"; tab_bar_style = "separator"; tab_separator = " | "; active_tab_title_template = "❯ {bell_symbol}{activity_symbol}{fmt.fg.tab}{title}"; }; font = { name = "CaskaydiaCove Nerd Font Mono"; size = 12; }; theme = "Gruvbox Material Light Hard"; }