mpv: Also enable for full non-gui systems
This commit is contained in:
parent
5376c2994f
commit
ce62b43bc8
|
@ -45,7 +45,8 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.mpv = {
|
programs.mpv = {
|
||||||
enable = nixosConfig.sbruder.gui.enable;
|
# mpv can also be useful without a display (e.g. for encoding)
|
||||||
|
enable = nixosConfig.sbruder.gui.enable || nixosConfig.sbruder.full;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
# Main application font
|
# Main application font
|
||||||
|
|
Loading…
Reference in a new issue