fuzzel: fix icons not being set correctly

This commit is contained in:
Karun Sandhu 2025-07-26 15:57:16 +02:00
parent 07482556dc
commit 3a7b869cd6
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ mkTarget {
(
{ polarity, icons }:
{
programs.fuzzel.settings.main."icons" =
programs.fuzzel.settings.main."icon-theme" =
if (polarity == "dark") then icons.dark else icons.light;
}
)