{ catppuccin.mpv = let theme = import ../theme.nix; in { enable = true; flavor = theme.flavor; }; programs.mpv = { enable = true; config = { hwdec = "auto-safe"; vo = "gpu"; profile = "gpu-hq"; gpu-context = "wayland"; }; }; }