switch back to free HP sane scanner backend, as the proprietary also didn't help with WLAN scanning
This commit is contained in:
		
							parent
							
								
									5166a259e1
								
							
						
					
					
						commit
						cf708d32fc
					
				
					 1 changed files with 8 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -114,12 +114,15 @@ in {
 | 
			
		|||
      drivers = [ pkgs.hplip ];
 | 
			
		||||
    };
 | 
			
		||||
  # scanners
 | 
			
		||||
  hardware.sane = 
 | 
			
		||||
    { enable = true;
 | 
			
		||||
      extraBackends = [ pkgs.hplipWithPlugin ];
 | 
			
		||||
  hardware.sane =
 | 
			
		||||
    {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      extraBackends = [ pkgs.hplip ];
 | 
			
		||||
    };
 | 
			
		||||
  nixpkgs.config.allowUnfreePredicate = (pkg:
 | 
			
		||||
    pkg.name == pkgs.hplipWithPlugin.name );
 | 
			
		||||
  #  nixpkgs.config.allowUnfreePredicate = (
 | 
			
		||||
  #    pkg:
 | 
			
		||||
  #      pkg.name == pkgs.hplipWithPlugin.name
 | 
			
		||||
  #  );
 | 
			
		||||
 | 
			
		||||
  # Enable sound.
 | 
			
		||||
  sound.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue