diff --git a/config/profiles/gui/default.nix b/config/profiles/gui/default.nix index b73b10c7..d1983196 100644 --- a/config/profiles/gui/default.nix +++ b/config/profiles/gui/default.nix @@ -15,7 +15,7 @@ ./sound.nix ]; - hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl ]; + hardware.opengl.extraPackages = with pkgs; [ libvdpau-va-gl vaapiVdpau ]; services.tumbler.enable = true; environment.systemPackages = with pkgs; [ ntfs3g exfat-utils ]; diff --git a/config/users/kat/media/mpv.nix b/config/users/kat/media/mpv.nix index a71665e5..4fd6c9d8 100644 --- a/config/users/kat/media/mpv.nix +++ b/config/users/kat/media/mpv.nix @@ -82,11 +82,11 @@ no-input-default-bindings = ""; profile = "gpu-hq"; gpu-context = "wayland"; + hwdec = "auto"; vo = "gpu"; volume-max = 200; keep-open = true; opengl-waitvsync = true; - hwdec = "auto"; demuxer-max-bytes = "2000MiB"; demuxer-max-back-bytes = "250MiB"; osd-scale-by-window = false;