Fixes
This commit is contained in:
+10
-4
@@ -4,13 +4,20 @@
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
|
||||
shellIntegration.enableFishIntegration = true;
|
||||
shellIntegration = {
|
||||
enableFishIntegration = true;
|
||||
mode = "no-cursor";
|
||||
};
|
||||
|
||||
font = {
|
||||
name = "Agave Nerd Font";
|
||||
size = 13;
|
||||
};
|
||||
|
||||
environment = {
|
||||
KITTY_STR = "1";
|
||||
};
|
||||
|
||||
settings = {
|
||||
bold_font = "Agave Nerd Font Bold";
|
||||
# italic_font = "Operator Mono Lig";
|
||||
@@ -19,16 +26,15 @@
|
||||
|
||||
cursor_shape = "block";
|
||||
cursor_blink_interval = 0;
|
||||
shell_integration = "no-cursor";
|
||||
|
||||
underline_position = "+3";
|
||||
underline_thickness = "150%";
|
||||
|
||||
window_margin_width = 8;
|
||||
|
||||
allow_remote_control = "yes";
|
||||
listen_on = "unix:/tmp/mykitty";
|
||||
|
||||
startup_session = "${./startup}";
|
||||
|
||||
foreground = "#CDD6F4";
|
||||
background = "#080014";
|
||||
selection_foreground = "#080014";
|
||||
|
||||
Reference in New Issue
Block a user