Home: Only enable mpv on non-headless hosts

This commit is contained in:
2025-11-15 01:25:51 +01:00
parent f4f429e619
commit 402db869d4
+1 -1
View File
@@ -835,7 +835,7 @@ in
}; };
mpv = { mpv = {
enable = true; enable = !headless;
config = { config = {
gpu-context = "wayland"; gpu-context = "wayland";
}; };