about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;