mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	samsung/np900x3c: fix evaluation, drop old kernel notes
This commit is contained in:
		@@ -1,13 +1,5 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
with lib;
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [ ../lib/kernel-version.nix ];
 | 
			
		||||
 | 
			
		||||
  services.xserver.synaptics.enable = true;
 | 
			
		||||
 | 
			
		||||
  kernelAtleast = singleton
 | 
			
		||||
    { version = "3.9";
 | 
			
		||||
      msg = "Runtime system freezes can be expected on Linux kernels prior to 3.9, probably  because of bugs in intel video drivers.";
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
  services.xserver.synaptics.enable = lib.mkDefault true;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user