From 994754faff8365bf58a352dc18cc33df15d2a1a3 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 2 Apr 2015 20:58:03 +0200 Subject: labtop: Add slic3r to systemPackages. Also, since NixOS/nixpkgs@6b467ad we no longer need to use allowBroken. Signed-off-by: aszlig --- machines/labnet/labtop.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'machines/labnet/labtop.nix') 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"; -- cgit 1.4.1