From 82323751bcd45579c8d3a5dd05531c3c2a78e347 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Tue, 17 Jun 2025 17:13:57 -0700 Subject: [PATCH] bemenu: add defaultText to fontSize (#1513) Link: https://github.com/nix-community/stylix/pull/1513 Reviewed-by: Matt Sturgeon Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/bemenu/hm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bemenu/hm.nix b/modules/bemenu/hm.nix index ede59c1b..38fb913c 100644 --- a/modules/bemenu/hm.nix +++ b/modules/bemenu/hm.nix @@ -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 {