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 = {
|
programs.mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
|
ao = "pipewire,";
|
||||||
|
vo = "gpu-next,gpu,";
|
||||||
|
|
||||||
hwdec = "auto-safe";
|
hwdec = "auto-safe";
|
||||||
vo = "gpu-next";
|
|
||||||
profile = "gpu-hq";
|
profile = "gpu-hq";
|
||||||
osc = "no";
|
osc = "no";
|
||||||
};
|
};
|
||||||
|
@ -15,7 +17,9 @@
|
||||||
[
|
[
|
||||||
thumbfast
|
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
|
# for scripts that is not in nixpkgs
|
||||||
|
|
Loading…
Reference in a new issue