add scanner support
This commit is contained in:
12
hardware/scanner.nix
Normal file
12
hardware/scanner.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
extraBackends = [
|
||||
pkgs.sane-epson2
|
||||
pkgs.iscan-network-nt
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user