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