cider: mkDefault for kitty font size

This commit is contained in:
41666 2023-12-17 16:11:16 -05:00
parent cf669ab62a
commit 01c9cf13dd

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, lib, ... }: {
programs.kitty = {
enable = true;
shellIntegration.mode = "enabled";
@ -9,7 +9,7 @@
settings = {
wayland_titlebar_color = "system";
background_opacity = "0.82";
font_size = 12;
font_size = lib.mkDefault 16;
hide_window_decorations = "no";
linux_display_server = "x11";
confirm_os_window_close = 0;