switch to proprietary HP scanner driver in hope of it enabling scanning

This commit is contained in:
Trolli Schmittlauch 2019-11-22 20:02:53 +01:00
parent faae3e88ae
commit 1f762ad30d

View file

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