diff --git a/home/rachel.nix b/home/rachel.nix index 16f1001..e38102f 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -46,7 +46,6 @@ in discord dig xxd - mpv zoom-us slack imagemagick @@ -123,7 +122,15 @@ in set -o vi ''; }; - + + mpv = { + enable = true; + config = { + hwdec = "auto-safe"; + vo = "gpu"; + profile = "gpu-hq"; + }; + }; emacs = { enable = true;