forked from mirrors_public/oddlama_nix-config
chore: adjust font size on kitty
This commit is contained in:
parent
792c23802c
commit
cb7ebcf8c3
1 changed files with 3 additions and 8 deletions
|
@ -4,15 +4,10 @@
|
|||
};
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
package = pkgs.kitty.overrideAttrs (_finalAttrs: _prevAttrs: {
|
||||
doCheck = false;
|
||||
});
|
||||
font = {
|
||||
package = pkgs.nerdfonts;
|
||||
name = "FiraCode Nerd Font";
|
||||
size = 10;
|
||||
};
|
||||
settings = {
|
||||
font_family = "FiraCode Nerd Font";
|
||||
font_size = 20;
|
||||
|
||||
# Do not wait for inherited child processes.
|
||||
close_on_child_death = "yes";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue