switch back to free HP sane scanner backend, as the proprietary also didn't help with WLAN scanning

This commit is contained in:
Trolli Schmittlauch 2020-02-16 21:53:40 +01:00
parent 5166a259e1
commit cf708d32fc

View file

@ -114,12 +114,15 @@ in {
drivers = [ pkgs.hplip ]; drivers = [ pkgs.hplip ];
}; };
# scanners # scanners
hardware.sane = hardware.sane =
{ enable = true; {
extraBackends = [ pkgs.hplipWithPlugin ]; enable = true;
extraBackends = [ pkgs.hplip ];
}; };
nixpkgs.config.allowUnfreePredicate = (pkg: # nixpkgs.config.allowUnfreePredicate = (
pkg.name == pkgs.hplipWithPlugin.name ); # pkg:
# pkg.name == pkgs.hplipWithPlugin.name
# );
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;