summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index a0067783..ac29a69d 100644
--- a/hel.nix
+++ b/hel.nix
@@ -331,6 +331,13 @@
331 }; 331 };
332 }; 332 };
333 333
334 hardware.trackpoint = {
335 enable = true;
336 emulateWheel = true;
337 sensitivity = 255;
338 speed = 160;
339 };
340
334 systemd.services."gpsd".wants = [ "chronyd.service" ]; 341 systemd.services."gpsd".wants = [ "chronyd.service" ];
335 systemd.services."gpsd".after = [ "chronyd.service" ]; 342 systemd.services."gpsd".after = [ "chronyd.service" ];
336 343