mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
13 lines
223 B
Nix
13 lines
223 B
Nix
{lib, ...}:
|
|
|
|
{
|
|
imports = [
|
|
../../../../common/pc/ssd
|
|
../../../../common/cpu/intel/lunar-lake
|
|
];
|
|
|
|
hardware.trackpoint.device = "TPPS/2 Synaptics TrackPoint";
|
|
|
|
services.thermald.enable = lib.mkDefault true;
|
|
}
|