Shorten mkEnableOption description

This commit is contained in:
steve-chavez 2019-07-22 19:50:21 -05:00 committed by Matthieu Coudron
parent 5ccfa0c816
commit dfd3a0269c

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;