mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Fixes https://github.com/NixOS/nixpkgs/issues/13171
This commit is contained in:
13
samsung/np900x3c.nix
Normal file
13
samsung/np900x3c.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ 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.";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user