From 1f5fd6dba444ef0faef7e0799a205183c6ceb9af Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 13 Jan 2024 17:50:48 +0530 Subject: config sync --- modules/mpv.home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/mpv.home.nix') diff --git a/modules/mpv.home.nix b/modules/mpv.home.nix index a62e357..00b13b4 100644 --- a/modules/mpv.home.nix +++ b/modules/mpv.home.nix @@ -11,6 +11,9 @@ force-window = true; ytdl-format = "bestvideo+bestaudio"; cache-default = 4000000; + hwdec = "auto-safe"; + vo = "gpu"; + profile = "gpu-hq"; }; scripts = [ -- cgit v1.3.1