stockholm/makefu/1systems/tsp/hardware.nix

10 lines
269 B
Nix
Raw Normal View History

2021-03-12 19:12:04 +00:00
{ lib, ... }:
{
imports = [
# laptop is an acer aspire, but close enough i'd say
<stockholm/makefu/2configs/hw/tp-x2x0.nix>
];
# the laptop only has the touchpad
services.xserver.synaptics.additionalOptions = lib.mkForce ''Option "TouchpadOff" "0"'';
}