switch to proprietary HP scanner driver in hope of it enabling scanning
This commit is contained in:
parent
faae3e88ae
commit
1f762ad30d
|
@ -115,8 +115,10 @@ in {
|
||||||
# scanners
|
# scanners
|
||||||
hardware.sane =
|
hardware.sane =
|
||||||
{ enable = true;
|
{ enable = true;
|
||||||
extraBackends = [ pkgs.hplip ];
|
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||||
};
|
};
|
||||||
|
nixpkgs.config.allowUnfreePredicate = (pkg:
|
||||||
|
pkg.name == pkgs.hplipWithPlugin.name );
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue