gui/terminal: Update foot config

This commit is contained in:
traxys 2026-03-22 17:23:04 +01:00
parent fd4ef78361
commit 1ecc80ec5c

View file

@ -16,7 +16,7 @@ in
programs.foot = {
enable = true;
settings = {
colors =
colors-dark =
let
colorCfg = value: mkIf (value != null) value;
colorCfgNormal = color: colorCfg color.normal;