1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-01-28 19:55:01 +01:00
nixos-hardware/dell/latitude/3480/default.nix

12 lines
209 B
Nix

{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
# touchpad goes over i2c
boot.blacklistedKernelModules = [ "psmouse" ];
}