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:48:41 +0200
committerProfpatsch <mail@profpatsch.de>2016-08-25 19:48:41 +0200
commit5e13c270e4f50b1370fcaa0bbb318f957076fe01 (patch)
tree2e1ed05dc9e18edc82b92047bc5b31028dd722f3 /modules/user/openlab/labtops.nix
parent364cf1200b4c0666c6d57bc9c1855ff692d2c553 (diff)
modules/labtops: add packages from user env
People needed it, so now it goes into the config.
Diffstat (limited to 'modules/user/openlab/labtops.nix')
-rw-r--r--modules/user/openlab/labtops.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/user/openlab/labtops.nix b/modules/user/openlab/labtops.nix
index 51b7538b..d0497d08 100644
--- a/modules/user/openlab/labtops.nix
+++ b/modules/user/openlab/labtops.nix
@@ -34,11 +34,12 @@ in
       media = [
         mpv
         vlc
+        pavucontrol
       ];
       three-d = [
         # TODO doesn’t build on i686
         # TODO add a “packageset” mechanism
-        # blender
+        blender
         # TODO build fail
         # antimony
       ];
@@ -52,7 +53,12 @@ in
         ino
         arduino
       ];
-      in baseGUI ++ image ++ media ++ three-d ++ three-d-printing ++ arduinoPkgs;
+      tools = [
+        unzip
+      ];
+      in baseGUI ++ image ++ media
+      ++ three-d ++ three-d-printing ++ arduinoPkgs
+      ++ tools;
 
     services.xserver = {
       enable = true;