summaryrefslogtreecommitdiff
path: root/hel/hw.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-26 17:44:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-26 17:44:13 +0200
commit1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10 (patch)
treebaa882ab27d490935b85b0a3f04a204fa61da56a /hel/hw.nix
parent74e3edf811b06d37b5e9782bf2c19cccbaf67d5c (diff)
downloadnixos-1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10.tar
nixos-1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10.tar.gz
nixos-1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10.tar.bz2
nixos-1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10.tar.xz
nixos-1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10.zip
...
Diffstat (limited to 'hel/hw.nix')
-rw-r--r--hel/hw.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index 33ff8555..d8c9df4c 100644
--- a/hel/hw.nix
+++ b/hel/hw.nix
@@ -26,12 +26,5 @@
26 26
27 nix.maxJobs = lib.mkDefault 4; 27 nix.maxJobs = lib.mkDefault 4;
28 28
29 hardware.trackpoint = {
30 enable = true;
31 emulateWheel = true;
32 sensitivity = 255;
33 speed = 160;
34 };
35
36 hardware.cpu.intel.updateMicrocode = true; 29 hardware.cpu.intel.updateMicrocode = true;
37} 30}