From f6c5aaa4f8b70ec0bf995be43311c38be3131776 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sun, 13 Jul 2025 18:09:58 +0200 Subject: [PATCH] stylix: add missing trailing period in mkEnableTargetWith's description (#1681) Link: https://github.com/nix-community/stylix/pull/1681 Fixes: 0449dae6d4b3 ("stylix: allow specifying `autoEnableExpr` in `mkEnableTargetWith`") Reviewed-by: awwpotato --- stylix/target.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylix/target.nix b/stylix/target.nix index 0b12847c..c5156778 100644 --- a/stylix/target.nix +++ b/stylix/target.nix @@ -91,7 +91,7 @@ }; in self.mkEnableIf { - description = "Whether to enable theming for ${name}"; + description = "Whether to enable theming for ${name}."; default = cfg.autoEnable && autoEnable; defaultText = if args ? autoEnableExpr then