summaryrefslogtreecommitdiffstats
path: root/1systems/tsp/hardware.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-13 00:30:42 +0200
committermakefu <github@syntax-fehler.de>2023-06-13 00:30:42 +0200
commitdb6423f146b140c099d12708bcc1b94e72bbe278 (patch)
treeef571e6860fada9ada4083fa2472ca9e548b89c1 /1systems/tsp/hardware.nix
parent20a3384db612f27911052995276573acaaea4c19 (diff)
tsp.r: rebuild with flakes
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;
}