cider: mkDefault for kitty font size
This commit is contained in:
parent
cf669ab62a
commit
01c9cf13dd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellIntegration.mode = "enabled";
|
shellIntegration.mode = "enabled";
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
wayland_titlebar_color = "system";
|
wayland_titlebar_color = "system";
|
||||||
background_opacity = "0.82";
|
background_opacity = "0.82";
|
||||||
font_size = 12;
|
font_size = lib.mkDefault 16;
|
||||||
hide_window_decorations = "no";
|
hide_window_decorations = "no";
|
||||||
linux_display_server = "x11";
|
linux_display_server = "x11";
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue