summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/tsp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-12-08 14:24:39 +0100
committermakefu <github@syntax-fehler.de>2017-12-08 14:24:39 +0100
commit1f0a5b9c48d9bb6ff4da068f42acc57ec44f99a4 (patch)
tree883250ee62ada55cb3d5b25692074d96e5c42b3f /makefu/1systems/tsp
parente99a9ac9f113ea9d79ae3b830d8b328c9ef03e40 (diff)
ma tsp.r: enable touchpad
Diffstat (limited to 'makefu/1systems/tsp')
-rw-r--r--makefu/1systems/tsp/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix
index 7b751e51..680fa2cb 100644
--- a/makefu/1systems/tsp/config.nix
+++ b/makefu/1systems/tsp/config.nix
@@ -32,6 +32,8 @@
# acer aspire
networking.wireless.enable = lib.mkDefault true;
+ services.xserver.synaptics.enable = true;
+
hardware.enableAllFirmware = true;
nixpkgs.config.allowUnfree = true;