add mpv and mps-youtube
This commit is contained in:
parent
e5ac3f9375
commit
bbb48d6a45
4 changed files with 22 additions and 0 deletions
9
users/rin/mpv.nix
Normal file
9
users/rin/mpv.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
package = pkgs.wrapMpv pkgs.mpv-unwrapped {
|
||||
youtubeSupport = true;
|
||||
scripts = [ pkgs.mpvScripts.mpris ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue