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:
parent
a14e525723
commit
82323751bc
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue