put the kitty settings in kitty.settings
This commit is contained in:
parent
42173c2301
commit
8e957db652
1 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,9 @@
|
|||
programs.kitty = {
|
||||
enable = true;
|
||||
font.name = "FiraCode Nerd Font Mono";
|
||||
disable_ligatures = "cursor";
|
||||
shell_integration = "disabled";
|
||||
};
|
||||
}
|
||||
settings = {
|
||||
disable_ligatures = "cursor";
|
||||
shell_integration = "disabled";
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue