This commit is contained in:
Thilo Billerbeck 2023-11-13 20:04:20 +01:00
parent 0ec3bbb4a4
commit fa44f500c4
2 changed files with 9 additions and 0 deletions
home-manager/programs

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.mpv = {
enable = true;
scripts = with pkgs.mpvScripts; [ autoload mpris sponsorblock ];
};
}