Skip to content

Commit

Permalink
added mpv scripts: for torrent streaming, thumbnail generator and hot…
Browse files Browse the repository at this point in the history
…keys
  • Loading branch information
mksafavi committed Dec 14, 2024
1 parent a802e0a commit bff4a32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions home/base/media.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
];
programs.mpv = {
enable = true;
scripts = with pkgs; [
mpvScripts.uosc
mpvScripts.mpris
scripts = with pkgs.mpvScripts; [
uosc
mpris
mpv-cheatsheet
webtorrent-mpv-hook
thumbfast
];
};
}

0 comments on commit bff4a32

Please sign in to comment.