about summary refs log tree commit diff
path: root/modules/nixfiles/aspell.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixfiles/aspell.nix2
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 = {

Consider giving Nix/NixOS a try! <3