diff --git a/home/profiles/graphical/media.nix b/home/profiles/graphical/media.nix index 842dad6c..115eef60 100644 --- a/home/profiles/graphical/media.nix +++ b/home/profiles/graphical/media.nix @@ -34,7 +34,7 @@ in { ]; config = { profile = "gpu-hq"; - hwdec = "auto"; + hwdec = "nvdec"; # vulkan gets freezy vo = "gpu"; volume-max = 200; opengl-waitvsync = true;