From ee469d0b52c041583e64904b7bda54485ebdeef7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 17 Feb 2021 20:31:30 -0500 Subject: Trying to fix lithium touchscreen and power management --- Biz/Dev/Configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Biz') diff --git a/Biz/Dev/Configuration.nix b/Biz/Dev/Configuration.nix index 27f26c5..8b48a9c 100644 --- a/Biz/Dev/Configuration.nix +++ b/Biz/Dev/Configuration.nix @@ -154,6 +154,12 @@ in { autorun = true; layout = "us"; xkbOptions = "caps:ctrl_modifier"; + serverFlagsSection = '' + Option "BlankTime" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + ''; displayManager = { sddm = { enable = true; @@ -181,8 +187,10 @@ in { }; libinput = { enable = true; - + tapping = true; }; + modules = [ pkgs.xf86_input_wacom ]; + wacom.enable = true; }; jupyter = { -- cgit v1.2.3