From ff6588b7aa650c8cb6d9611d52c02c11cc1fbebb Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 14 Mar 2015 00:29:28 +0100 Subject: labtop: Add some commonly needed packages. At least, this is after I asked around who wanted to have which software on the LabTop by default. For repetierhost, we don't have a package yet and we're going to package it first. Unfortunately it's proprietary software, so we may need to patchelf :-/ Signed-off-by: aszlig --- machines/labtop.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'machines') diff --git a/machines/labtop.nix b/machines/labtop.nix index fc3cc618..0a5edea1 100644 --- a/machines/labtop.nix +++ b/machines/labtop.nix @@ -32,8 +32,19 @@ in { environment.systemPackages = [ greybird + #repetierhost <- TODO pkgs.firefox pkgs.gimp + pkgs.freecad + pkgs.openscad + pkgs.pronterface + pkgs.blender + pkgs.slic3r + pkgs.libreoffice + pkgs.inkscape + pkgs.filezilla + pkgs.gmpc + pkgs.vlc ]; services.xserver.enable = true; -- cgit 1.4.1