about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtop.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index a111047f..e3766428 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -54,7 +54,7 @@ in {
     openscad
     printrun
     blender
-    #slic3r
+    slic3r
     libreoffice
     inkscape
     filezilla
@@ -67,9 +67,6 @@ in {
   hardware.trackpoint.enable = true;
   hardware.trackpoint.emulateWheel = true;
 
-  # TODO: Needed for slic3r right now.
-  nixpkgs.config.allowBroken = true;
-
   services.xserver.enable = true;
   services.xserver.layout = "us";
   services.xserver.xkbOptions = "eurosign:e";