From 5e13c270e4f50b1370fcaa0bbb318f957076fe01 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 25 Aug 2016 19:48:41 +0200 Subject: modules/labtops: add packages from user env People needed it, so now it goes into the config. --- modules/user/openlab/labtops.nix | 10 ++++++++-- 1 file 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; -- cgit 1.4.1