feat: Enhance mpv scripts
This commit is contained in:
parent
9eb1fadd32
commit
ff3b3b5acd
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.david.programs.mpv;
|
||||
|
|
@ -13,6 +14,10 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
scripts = [
|
||||
pkgs.mpvScripts.uosc
|
||||
pkgs.mpvScripts.thumbfast
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue