about summary refs log tree commit diff
path: root/machines/labnet/labtop.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-04-02 20:36:28 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-04-02 20:36:28 +0200
commit5c728dbf36da94a808bf9ad1d53c36ba851ae5d6 (patch)
treeccf91e3687947b3126abcc88aee8bafb2c66e253 /machines/labnet/labtop.nix
parent27095b7b0cc3509552a6be9a579a5b0728f6fe80 (diff)
labtop: Actually enable trackpoint support.
So far only emulateWheel has been set, but it doesn't work if you don't
also enable the module.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/labnet/labtop.nix')
-rw-r--r--machines/labnet/labtop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/labnet/labtop.nix b/machines/labnet/labtop.nix
index 3f9efbe5..a111047f 100644
--- a/machines/labnet/labtop.nix
+++ b/machines/labnet/labtop.nix
@@ -64,6 +64,7 @@ in {
     wget
   ];
 
+  hardware.trackpoint.enable = true;
   hardware.trackpoint.emulateWheel = true;
 
   # TODO: Needed for slic3r right now.