update to kitty settings
This commit is contained in:
parent
42b944eeb4
commit
40e063ca58
1 changed files with 6 additions and 2 deletions
8
home.nix
8
home.nix
|
@ -51,9 +51,13 @@
|
||||||
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font.name = "FiraCode Nerd Font Mono Retina";
|
font = {
|
||||||
|
name = "FiraCode Nerd Font Mono Retina";
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
font_size = 20;
|
copy_on_select = true;
|
||||||
|
macos_quit_when_last_window_closed = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue