summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 16:56:15 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 16:56:15 +0200
commitccf270f5a37d862587e3218671a2f654f7429da0 (patch)
tree0c1779e66b6c7560ca4cf80ba200cf748efebd24 /hel.nix
parent56345d9bcfe40835aa00036470310daca9ae3e28 (diff)
downloadnixos-ccf270f5a37d862587e3218671a2f654f7429da0.tar
nixos-ccf270f5a37d862587e3218671a2f654f7429da0.tar.gz
nixos-ccf270f5a37d862587e3218671a2f654f7429da0.tar.bz2
nixos-ccf270f5a37d862587e3218671a2f654f7429da0.tar.xz
nixos-ccf270f5a37d862587e3218671a2f654f7429da0.zip
wacom on hel
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;