summaryrefslogtreecommitdiffstats
path: root/1systems/tsp/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/tsp/hardware.nix')
-rw-r--r--1systems/tsp/hardware.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/1systems/tsp/hardware.nix b/1systems/tsp/hardware.nix
index 2788eae04..ca20a1dd2 100644
--- a/1systems/tsp/hardware.nix
+++ b/1systems/tsp/hardware.nix
@@ -2,8 +2,9 @@
{
imports = [
# laptop is an acer aspire, but close enough i'd say
- <stockholm/makefu/2configs/hw/tp-x2x0.nix>
+ ../../2configs/hw/tp-x2x0.nix
];
# the laptop only has the touchpad
services.xserver.synaptics.additionalOptions = lib.mkForce ''Option "TouchpadOff" "0"'';
+ hardware.enableRedistributableFirmware = true;
}