summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Biz/Dev/Configuration.nix10
1 files changed, 9 insertions, 1 deletions
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 = {