mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
parent
0fce533e70
commit
297ed97166
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in {
|
|||
enable = mkEnableOption "mpv";
|
||||
|
||||
scripts = mkOption {
|
||||
type = types.listOf types.package;
|
||||
type = with types; listOf (either package str);
|
||||
default = [];
|
||||
example = literalExample "[ pkgs.mpvScripts.mpris ]";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue