Add hp scanner driver module

This commit is contained in:
Benjamin Bädorf 2022-01-04 13:40:03 +01:00
parent 21edcdf915
commit 0ec6d23551
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -29,6 +29,7 @@ in
hardware.sane = {
enable = true;
brscan4.enable = true;
extraBackends = [ pkgs.hplipWithPlugin ];
};
};
}