From 1031e91cbd366f3d4c3d5f25b08721fa4c0d0c10 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 26 Sep 2018 17:44:13 +0200 Subject: ... --- hel/boot.nix | 5 +++++ hel/hw.nix | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'hel') diff --git a/hel/boot.nix b/hel/boot.nix index 318b860b..b7cc0429 100644 --- a/hel/boot.nix +++ b/hel/boot.nix @@ -7,6 +7,11 @@ loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; + timeout = null; + }; + + plymouth = { + enable = true; }; tmpOnTmpfs = true; 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 @@ nix.maxJobs = lib.mkDefault 4; - hardware.trackpoint = { - enable = true; - emulateWheel = true; - sensitivity = 255; - speed = 160; - }; - hardware.cpu.intel.updateMicrocode = true; } -- cgit v1.2.3