From 364cf1200b4c0666c6d57bc9c1855ff692d2c553 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 25 Aug 2016 19:45:50 +0200 Subject: modules/labtops: add mpv & vlc --- modules/user/openlab/labtops.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/user/openlab/labtops.nix b/modules/user/openlab/labtops.nix index 8de7a231..51b7538b 100644 --- a/modules/user/openlab/labtops.nix +++ b/modules/user/openlab/labtops.nix @@ -31,6 +31,10 @@ in gimp inkscape ]; + media = [ + mpv + vlc + ]; three-d = [ # TODO doesn’t build on i686 # TODO add a “packageset” mechanism @@ -48,7 +52,7 @@ in ino arduino ]; - in baseGUI ++ image ++ three-d ++ three-d-printing ++ arduinoPkgs; + in baseGUI ++ image ++ media ++ three-d ++ three-d-printing ++ arduinoPkgs; services.xserver = { enable = true; -- cgit 1.4.1