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