summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index be38f18d..c2fdabb6 100644
--- a/hel.nix
+++ b/hel.nix
@@ -79,7 +79,9 @@
79 }; 79 };
80 }; 80 };
81 81
82 synaptics.enable = false; 82 wacom.enable = true;
83 multitouch.enable = true;
84 modules = with pkgs; [ xf86_input_wacom ];
83 }; 85 };
84 86
85 ntp.enable = false; 87 ntp.enable = false;