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
|
||||
hardware.sane =
|
||||
{ enable = true;
|
||||
extraBackends = [ pkgs.hplip ];
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg:
|
||||
pkg.name == pkgs.hplipWithPlugin.name );
|
||||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
|
|
Loading…
Reference in a new issue