waybar: fix attribute 'default' missing (#1541)

This commit is contained in:
Kanade 2025-06-25 22:49:11 +08:00 committed by GitHub
parent 1fc2289454
commit 37b8c5f680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ mkTarget {
'';
in
{
stylix.targets.waybar.background = lib.default "@base00";
stylix.targets.waybar.background = lib.mkDefault "@base00";
programs.waybar.style =
with colors.withHashtag;
''