summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/hel.nix b/hel.nix
index ac29a69d..24192d56 100644
--- a/hel.nix
+++ b/hel.nix
@@ -331,13 +331,6 @@
331 }; 331 };
332 }; 332 };
333 333
334 hardware.trackpoint = {
335 enable = true;
336 emulateWheel = true;
337 sensitivity = 255;
338 speed = 160;
339 };
340
341 systemd.services."gpsd".wants = [ "chronyd.service" ]; 334 systemd.services."gpsd".wants = [ "chronyd.service" ];
342 systemd.services."gpsd".after = [ "chronyd.service" ]; 335 systemd.services."gpsd".after = [ "chronyd.service" ];
343 336
@@ -411,6 +404,13 @@
411 ''; 404 '';
412 }; 405 };
413 406
407 trackpoint = {
408 enable = true;
409 emulateWheel = true;
410 sensitivity = 255;
411 speed = 160;
412 };
413
414 # sane = { 414 # sane = {
415 # enable = true; 415 # enable = true;
416 # extraBackends = with pkgs; [ samsung-unified-linux-driver ]; 416 # extraBackends = with pkgs; [ samsung-unified-linux-driver ];