diff options
author | makefu <github@syntax-fehler.de> | 2017-12-08 14:24:39 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-12-08 14:24:39 +0100 |
commit | 1f0a5b9c48d9bb6ff4da068f42acc57ec44f99a4 (patch) | |
tree | 883250ee62ada55cb3d5b25692074d96e5c42b3f /makefu/1systems/tsp | |
parent | e99a9ac9f113ea9d79ae3b830d8b328c9ef03e40 (diff) |
ma tsp.r: enable touchpad
Diffstat (limited to 'makefu/1systems/tsp')
-rw-r--r-- | makefu/1systems/tsp/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix index 7b751e514..680fa2cbc 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; |