1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Decrease kitty font size to 12

This commit is contained in:
RGBCube 2023-11-08 15:03:58 +03:00
parent cc8b44f2f3
commit a5841ab9ff
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
homeConfiguration "nixos" { homeConfiguration "nixos" {
programs.kitty = enabled { programs.kitty = enabled {
font.name = "JetBrainsMono Nerd Font"; font.name = "JetBrainsMono Nerd Font";
font.size = 16; font.size = 12;
theme = "Gruvbox Dark"; theme = "Gruvbox Dark";
settings = { settings = {