From f9aa731439483cbce66f79949e0343d978aaaabf Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 24 Apr 2022 12:36:08 -0700 Subject: scanner: install tools on the laptop --- hosts/aptos/profile.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/aptos') diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index a7f81f1..1ba221e 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -1,4 +1,8 @@ { ... }: { + + # Install tools related to the scanner (scanimage etc) + hardware.sane.enable = true; + my.profiles = { # Laptop specific configuration laptop.enable = true; -- cgit 1.4.1