From f20695084ed681adecb9fbfa459ffb46591812f2 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 12 Mar 2021 20:12:04 +0100 Subject: ma tsp.r: refactor --- makefu/1systems/tsp/hardware.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 makefu/1systems/tsp/hardware.nix (limited to 'makefu/1systems/tsp/hardware.nix') diff --git a/makefu/1systems/tsp/hardware.nix b/makefu/1systems/tsp/hardware.nix new file mode 100644 index 000000000..2788eae04 --- /dev/null +++ b/makefu/1systems/tsp/hardware.nix @@ -0,0 +1,9 @@ +{ lib, ... }: +{ + imports = [ + # laptop is an acer aspire, but close enough i'd say + + ]; + # the laptop only has the touchpad + services.xserver.synaptics.additionalOptions = lib.mkForce ''Option "TouchpadOff" "0"''; +} -- cgit v1.2.3