Skip to content

Commit

Permalink
docs: remove the superfluous "enable" in mkEnableOption
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-a committed Dec 13, 2024
1 parent 040e695 commit cf2dc08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/apps/ghostwriter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ in
{
options.programs.ghostwriter = {
enable = lib.mkEnableOption ''
Enable configuration management for Ghostwriter.
configuration management for Ghostwriter.
'';

font = lib.mkOption {
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/kate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ in
{
options.programs.kate = {
enable = lib.mkEnableOption ''
Enable configuration management for Kate, the KDE Advanced Text Editor.
configuration management for Kate, the KDE Advanced Text Editor.
'';

package =
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/konsole.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ in
{
options.programs.konsole = {
enable = lib.mkEnableOption ''
Enable configuration management for Konsole, the KDE Terminal.
configuration management for Konsole, the KDE Terminal.
'';

defaultProfile = lib.mkOption {
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/okular.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ with lib.types;
{
options.programs.okular = {
enable = lib.mkEnableOption ''
Enable configuration management for okular.
configuration management for okular.
'';

package =
Expand Down
2 changes: 1 addition & 1 deletion modules/panels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ let
Plasma 6-only.
'';
};
floating = lib.mkEnableOption "Enable or disable floating style.";
floating = lib.mkEnableOption "floating style.";
widgets = lib.mkOption {
type = lib.types.listOf widgets.type;
default = [
Expand Down

0 comments on commit cf2dc08

Please sign in to comment.