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:
parent
2947a83755
commit
f6c5aaa4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue