about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-11-23 19:31:45 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-11-23 19:34:08 +0100
commit10e124d0d88e2e06acbfce035b887f9f03fe23aa (patch)
tree661cdc7609f906e84b61af480c0237b0a680305f /common-workstation.nix
parent39dc6c446dcf9393f2569a2e206a4e61cec057ec (diff)
common-workstation: Remove foomatic_filters.
They're already included in cups_filters, so we no longer need to keep
them here, as they conflict with each other:

https://headcounter.org/hydra/build/582983/nixlog/9/raw

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index 7d66a713..1d08eb3a 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -87,10 +87,7 @@ in {
       protocol = "exps2";
     };
 
-    printing = {
-      enable = true;
-      drivers = [ pkgs.foo2zjs pkgs.foomatic_filters ];
-    };
+    printing.enable = true;
 
     udev.extraRules = ''
       SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", \