mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
parent
0fce533e70
commit
297ed97166
1 changed files with 1 additions and 1 deletions
|
@ -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