diff options
Diffstat (limited to 'system/services/scanning/default.nix')
-rw-r--r-- | system/services/scanning/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/services/scanning/default.nix b/system/services/scanning/default.nix new file mode 100644 index 00000000..b132e915 --- /dev/null +++ b/system/services/scanning/default.nix @@ -0,0 +1,9 @@ +# vim: ts=2 +{pkgs, ...}: { + hardware = { + sane = { + enable = true; + extraBackends = [pkgs.sane-airscan]; + }; + }; +} |