added opt

This commit is contained in:
biscuit
2025-05-21 11:05:22 -05:00
parent 9186f2cc28
commit 97d65f2f7e
Regular → Executable
+3 -2
View File
@@ -1,10 +1,11 @@
{pkgs, ...}: {
{pkgs, allowUnfree, ...}: {
programs.kitty.enable = true;
programs.kitty.settings = {
confirm_os_window_close = 0;
window_padding_width = 10;
font_size = 12.0;
font_family = "JetBrainsMono Nerd Font";
font_family = if (allowUnfree == true) then
"Monolisa" else "JetBrainsMono Nerd Font";
input_delay = 0;
repaint_delay = 2;
sync_to_monitor = false;