home/mpv: revert wrapper workaround
This commit is contained in:
parent
114ba215df
commit
bd3a2e1aa7
1 changed files with 9 additions and 13 deletions
|
@ -17,18 +17,14 @@
|
||||||
slang = "eng,en";
|
slang = "eng,en";
|
||||||
};
|
};
|
||||||
|
|
||||||
# FIXME: https://github.com/nix-community/home-manager/pull/5524
|
scripts =
|
||||||
package = pkgs.mpv-unwrapped.wrapper {
|
(with pkgs.mpvScripts; [
|
||||||
mpv = pkgs.mpv-unwrapped;
|
thumbfast
|
||||||
scripts =
|
sponsorblock
|
||||||
(with pkgs.mpvScripts; [
|
modernx-zydezu
|
||||||
thumbfast
|
])
|
||||||
sponsorblock
|
++ lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs.mpvScripts; [
|
||||||
modernx-zydezu
|
mpris
|
||||||
])
|
]);
|
||||||
++ lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs.mpvScripts; [
|
|
||||||
mpris
|
|
||||||
]);
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue