about summary refs log tree commit diff
path: root/modules/user/openlab/labtops.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-08-25 19:45:50 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-25 19:45:50 +0200
commit364cf1200b4c0666c6d57bc9c1855ff692d2c553 (patch)
treee014f74f10ff3ae91afa592889fe5c8f5f7800b9 /modules/user/openlab/labtops.nix
parentafc5cf0927009f87bb2234bcbb229d315a3d58b8 (diff)
modules/labtops: add mpv & vlc
Diffstat (limited to 'modules/user/openlab/labtops.nix')
-rw-r--r--modules/user/openlab/labtops.nix6
1 files changed, 5 insertions, 1 deletions
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;