mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
New dell/latitude/3480
The touchpad is painful to use unless the "psmouse" kernel module is disabled.
This commit is contained in:
parent
d928c96e3c
commit
d7d897fe24
2 changed files with 15 additions and 0 deletions
14
dell/latitude/3480/default.nix
Normal file
14
dell/latitude/3480/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
# touchpad goes over i2c
|
||||
boot.blacklistedKernelModules = [ "psmouse" ];
|
||||
|
||||
services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue