parent
0fce533e70
commit
297ed97166
|
@ -55,7 +55,7 @@ in {
|
||||||
enable = mkEnableOption "mpv";
|
enable = mkEnableOption "mpv";
|
||||||
|
|
||||||
scripts = mkOption {
|
scripts = mkOption {
|
||||||
type = types.listOf types.package;
|
type = with types; listOf (either package str);
|
||||||
default = [];
|
default = [];
|
||||||
example = literalExample "[ pkgs.mpvScripts.mpris ]";
|
example = literalExample "[ pkgs.mpvScripts.mpris ]";
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue