From e873408a92dd078cb0a9383909e8a78b656d17b7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 14 Jan 2016 12:43:43 +0100 Subject: profiles/workstation: Add more printing drivers For example at the place where I am right now, I need hplip to access the printer. Also, it won't hurt to include gutenprint as well. Signed-off-by: aszlig --- modules/user/aszlig/profiles/workstation/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix index fda16cca..83d07fe5 100644 --- a/modules/user/aszlig/profiles/workstation/default.nix +++ b/modules/user/aszlig/profiles/workstation/default.nix @@ -89,6 +89,7 @@ in { }; printing.enable = true; + printing.drivers = [ pkgs.gutenprint pkgs.hplip ]; udev.extraRules = '' # aXbo S.P.A.C. -- cgit 1.4.1