about summary refs log tree commit diff stats
path: root/modules/by-name/mp/mpv/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name/mp/mpv/module.nix')
-rw-r--r--modules/by-name/mp/mpv/module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/mp/mpv/module.nix b/modules/by-name/mp/mpv/module.nix
index 7c8435d5..4416b295 100644
--- a/modules/by-name/mp/mpv/module.nix
+++ b/modules/by-name/mp/mpv/module.nix
@@ -46,8 +46,8 @@ in {
           max_width = 250;
         };
       };
-      scripts = with pkgs.mpvScripts; [
-        thumbfast
+      scripts = [
+        pkgs.mpvScripts.thumbfast
       ];
     };
   };