diff options
Diffstat (limited to 'nix/modules/home/mpv.nix')
-rw-r--r-- | nix/modules/home/mpv.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/mpv.nix b/nix/modules/home/mpv.nix index 42f5687..6dd7f4d 100644 --- a/nix/modules/home/mpv.nix +++ b/nix/modules/home/mpv.nix @@ -1,7 +1,7 @@ { lib, config, ... }: { programs.mpv = { - enable = true; + enable = lib.mkDefault config.monorepo.profiles.graphics.enable; config = { profile = "gpu-hq"; force-window = true; |