Home: Only enable mpv on non-headless hosts
This commit is contained in:
@ -835,7 +835,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
mpv = {
|
mpv = {
|
||||||
enable = true;
|
enable = !headless;
|
||||||
config = {
|
config = {
|
||||||
gpu-context = "wayland";
|
gpu-context = "wayland";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user