configure trackpoint speed and sensitivity

This commit is contained in:
Trolli Schmittlauch 2019-05-18 15:50:54 +02:00
parent c590ad1f98
commit ea6d4ba37e

View file

@ -1,6 +1,3 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, ... }:
{
@ -33,4 +30,10 @@
nix.maxJobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.trackpoint = {
enable = true;
sensitivity = 240;
speed = 160;
};
}