diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixfiles/aspell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/aspell.nix b/modules/nixfiles/aspell.nix index 7669eb9..f397944 100644 --- a/modules/nixfiles/aspell.nix +++ b/modules/nixfiles/aspell.nix @@ -8,7 +8,7 @@ with lib; let cfg = config.nixfiles.modules.aspell; in { options.nixfiles.modules.aspell.enable = - mkEnableOption "Whether to enable GNU Aspell."; + mkEnableOption "GNU Aspell"; config = mkIf cfg.enable { hm.home = { |