diff --git a/home-manager/features/kitty.nix b/home-manager/features/kitty.nix index afe0f27..98736de 100644 --- a/home-manager/features/kitty.nix +++ b/home-manager/features/kitty.nix @@ -9,7 +9,7 @@ settings = { wayland_titlebar_color = "system"; background_opacity = "0.82"; - font_size = 16; + font_size = 12; hide_window_decorations = "no"; linux_display_server = "x11"; confirm_os_window_close = 0; diff --git a/home-manager/noe/hosts/cider.nix b/home-manager/noe/hosts/cider.nix index ab866e4..4aae8a9 100644 --- a/home-manager/noe/hosts/cider.nix +++ b/home-manager/noe/hosts/cider.nix @@ -6,4 +6,7 @@ ../../features/kitty.nix ../../features/vesktop ]; + + # im blind LOL + programs.kitty.settings.font_size = 16; }