mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
samsung/np900x3c: fix evaluation, drop old kernel notes
This commit is contained in:
@@ -1,13 +1,5 @@
|
|||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
imports = [ ../lib/kernel-version.nix ];
|
services.xserver.synaptics.enable = lib.mkDefault true;
|
||||||
|
}
|
||||||
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.";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user