fix build err

This commit is contained in:
Kopatz
2024-05-21 09:25:24 +02:00
parent 6f5564528e
commit 9efc303c96
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, inputs, ...}:
{ config, pkgs, inputs, lib, ...}:
{
programs.kitty = {
enable = true;
@@ -11,7 +11,7 @@
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
#inactive_tab_background = "#${config.colorScheme.colors.base00}";
env = "TERM=xterm-256color";
#background_opacity = "0.5";
background_opacity = lib.mkForce "0.6";
font_size = 13;
# ...
};