From 4a48ae92f2f25711e8128cc819ff85f676d6b7bf Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 2 Apr 2022 15:30:45 +0200 Subject: [PATCH] extra/default: add plugins to mpv --- extra/default.nix | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/extra/default.nix b/extra/default.nix index 5b73f9e..6b11320 100644 --- a/extra/default.nix +++ b/extra/default.nix @@ -30,7 +30,11 @@ in firefox-wayland #geary ghostwriter - (gimp-with-plugins.override { plugins = with gimpPlugins; [ resynthesizer ]; }) + (gimp-with-plugins.override { + plugins = with gimpPlugins; [ + resynthesizer + ]; + }) glib gnome.adwaita-icon-theme gnome.dconf-editor @@ -59,7 +63,15 @@ in thunderbird virtmanager vlc - mpv-with-scripts + (mpv-with-scripts.override { + scripts = with mpvScripts; [ + convert + mpris + simple-mpv-webui + sponsorblock + thumbnail + ]; + }) wayvnc xdg-utils zathura