feat: Disable mpv on macos
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-28 13:49:31 +05:30
parent 581fa74f19
commit fb7c219cf2

View File

@@ -1,6 +1,6 @@
{...}: {
{pkgs, ...}: {
programs.mpv = {
enable = true;
enable = pkgs.stdenv.isLinux;
config = {
vo = "gpu-next";
gpu-api = "vulkan";