bemenu: add defaultText to fontSize (#1513)

Link: https://github.com/nix-community/stylix/pull/1513

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-06-17 17:13:57 -07:00 committed by GitHub
parent a14e525723
commit 82323751bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,7 @@ mkTarget {
'';
type = with lib.types; nullOr int;
default = config.stylix.fonts.sizes.popups;
defaultText = lib.literalExpression "config.stylix.fonts.sizes.popups";
}; # optional argument
alternate = lib.mkOption {