From ce62b43bc88ce7bb23db2f998dab6b729471ad5b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 18 Apr 2021 17:52:32 +0200 Subject: [PATCH] mpv: Also enable for full non-gui systems --- users/simon/modules/mpv.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/simon/modules/mpv.nix b/users/simon/modules/mpv.nix index 5c3fb6f..d0d3a64 100644 --- a/users/simon/modules/mpv.nix +++ b/users/simon/modules/mpv.nix @@ -45,7 +45,8 @@ let in { 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 = { # Main application font