about summary refs log tree commit diff stats
path: root/modules/by-name/mp
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-02 09:16:51 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-02 09:16:51 +0200
commit9c2e64516472f3dbf66dbad775ab1dba6f86baa3 (patch)
tree192918c94896d738e8b4de01373b636524a28783 /modules/by-name/mp
parenttreewide: Update (diff)
downloadnixos-config-9c2e64516472f3dbf66dbad775ab1dba6f86baa3.zip
treewide: Remove `with pkgs;`
This is an antipattern and makes grepping for specific packages harder.
Diffstat (limited to 'modules/by-name/mp')
-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
       ];
     };
   };