mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-10 03:19:25 +01:00
8 lines
131 B
Nix
8 lines
131 B
Nix
|
{ pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
programs.mpv = {
|
||
|
enable = true;
|
||
|
scripts = with pkgs.mpvScripts; [ autoload mpris sponsorblock ];
|
||
|
};
|
||
|
}
|