Shorten mkEnableOption description

This commit is contained in:
steve-chavez
2019-07-23 12:19:28 +09:00
committed by Matthieu Coudron
parent 5ccfa0c816
commit dfd3a0269c
+1 -1
View File
@@ -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;