home: mpv: minor adjustments
This commit is contained in:
parent
726be953eb
commit
4f278339e3
1 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,10 @@
|
|||
programs.mpv = {
|
||||
enable = true;
|
||||
config = {
|
||||
ao = "pipewire,";
|
||||
vo = "gpu-next,gpu,";
|
||||
|
||||
hwdec = "auto-safe";
|
||||
vo = "gpu-next";
|
||||
profile = "gpu-hq";
|
||||
osc = "no";
|
||||
};
|
||||
|
@ -15,7 +17,9 @@
|
|||
[
|
||||
thumbfast
|
||||
]
|
||||
++ lib.optionals (!pkgs.stdenv.hostPlatform.isDarwin) (with pkgs.mpvScripts; [mpris]);
|
||||
++ lib.optionals (!pkgs.stdenv.hostPlatform.isDarwin) (with pkgs.mpvScripts; [
|
||||
mpris
|
||||
]);
|
||||
};
|
||||
|
||||
# for scripts that is not in nixpkgs
|
||||
|
|
Loading…
Reference in a new issue