about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/greenclip.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/greenclip.nix b/nixos/modules/services/misc/greenclip.nix
index 21d8365697a0..9152a782d7f0 100644
--- a/nixos/modules/services/misc/greenclip.nix
+++ b/nixos/modules/services/misc/greenclip.nix
@@ -7,7 +7,7 @@ let
 in {
 
   options.services.greenclip = {
-    enable = mkEnableOption "Whether to enable the greenclip daemon that will listen to selections";
+    enable = mkEnableOption "Greenclip daemon";
 
     package = mkOption {
       type = types.package;