stylix: add missing trailing period in mkEnableTargetWith's description (#1681)

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

Fixes: 0449dae6d4 ("stylix: allow specifying `autoEnableExpr` in `mkEnableTargetWith`")

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-07-13 18:09:58 +02:00 committed by GitHub
parent 2947a83755
commit f6c5aaa4f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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