revert
This commit is contained in:
parent
bfe6b26242
commit
e3c18f9285
1 changed files with 5 additions and 2 deletions
|
|
@ -4,14 +4,17 @@
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (
|
package = (
|
||||||
pkgs.mpv-unwrapped.override {
|
pkgs.mpv-unwrapped.wrapper {
|
||||||
scripts = with pkgs.mpvScripts; [
|
scripts = with pkgs.mpvScripts; [
|
||||||
uosc
|
uosc
|
||||||
sponsorblock
|
sponsorblock
|
||||||
mpris
|
mpris
|
||||||
mpv-notify-send
|
mpv-notify-send
|
||||||
];
|
];
|
||||||
|
|
||||||
|
mpv = pkgs.mpv-unwrapped.override {
|
||||||
waylandSupport = true;
|
waylandSupport = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue