mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
extra/default: add plugins to mpv
This commit is contained in:
parent
a48c2321c9
commit
4a48ae92f2
1 changed files with 14 additions and 2 deletions
|
@ -30,7 +30,11 @@ in
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
#geary
|
#geary
|
||||||
ghostwriter
|
ghostwriter
|
||||||
(gimp-with-plugins.override { plugins = with gimpPlugins; [ resynthesizer ]; })
|
(gimp-with-plugins.override {
|
||||||
|
plugins = with gimpPlugins; [
|
||||||
|
resynthesizer
|
||||||
|
];
|
||||||
|
})
|
||||||
glib
|
glib
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
gnome.dconf-editor
|
gnome.dconf-editor
|
||||||
|
@ -59,7 +63,15 @@ in
|
||||||
thunderbird
|
thunderbird
|
||||||
virtmanager
|
virtmanager
|
||||||
vlc
|
vlc
|
||||||
mpv-with-scripts
|
(mpv-with-scripts.override {
|
||||||
|
scripts = with mpvScripts; [
|
||||||
|
convert
|
||||||
|
mpris
|
||||||
|
simple-mpv-webui
|
||||||
|
sponsorblock
|
||||||
|
thumbnail
|
||||||
|
];
|
||||||
|
})
|
||||||
wayvnc
|
wayvnc
|
||||||
xdg-utils
|
xdg-utils
|
||||||
zathura
|
zathura
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue