mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Shorten mkEnableOption description
This commit is contained in:
parent
5ccfa0c816
commit
dfd3a0269c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user