about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-14 00:29:28 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-14 00:29:28 +0100
commitff6588b7aa650c8cb6d9611d52c02c11cc1fbebb (patch)
treedc49b906e81b31eb27806cd229ebb225c6c7cf30 /machines
parent1935e0c2565a67da45ffb4696af5c0a5fb96c77d (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/labtop.nix11
1 files changed, 11 insertions, 0 deletions
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;