9 lines
171 B
Nix
9 lines
171 B
Nix
|
{ ... }: {
|
||
|
programs.kitty = {
|
||
|
enable = true;
|
||
|
font.name = "FiraCode Nerd Font Mono";
|
||
|
disable_ligatures = "cursor";
|
||
|
shell_integration = "disabled";
|
||
|
};
|
||
|
}
|