From f188e606715a3e71096f9f3dc1b773d54f4b9322 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 19 Jan 2017 04:46:43 +0100 Subject: profiles/managed: Add simple-scan Might be a good idea to have an actual application that can be used to scan stuff (apart from Gimp and others with SANE support). Signed-off-by: aszlig --- modules/user/aszlig/profiles/managed.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix index 4ad4d897..60848daa 100644 --- a/modules/user/aszlig/profiles/managed.nix +++ b/modules/user/aszlig/profiles/managed.nix @@ -17,6 +17,8 @@ in { }; config = mkIf cfg.enable { + environment.systemPackages = [ pkgs.simple-scan ]; + # Printing for the most common printers among the managed machines. services.printing.enable = true; services.printing.drivers = [ -- cgit 1.4.1