about summary refs log tree commit diff
path: root/machines/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-09-14 23:49:16 +0200
committeraszlig <aszlig@nix.build>2020-09-14 23:51:14 +0200
commit6b872d71f22ec01d146935c28f37c49722a23255 (patch)
treedfaab4dcb3c7394fdbcabc3d58d90dff2c690c3b /machines/aszlig
parenteeb8a8b8801f1ca8198ba63f6713159dfb1839a9 (diff)
dnyarri: Enable Wacom tablet support
I've had this laying around in my configuration.nix since quite a while,
but today is one of those days where I can't stand all the cruft piling
up there anymore and decided to add it here.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig')
-rw-r--r--machines/aszlig/dnyarri.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index fd6ba22c..1258636d 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -130,6 +130,7 @@ in {
 
   services.xserver.videoDrivers = [ "ati" ];
   services.xserver.xrandrHeads = [ "DVI-0" "HDMI-0" ];
+  services.xserver.wacom.enable = true;
 
   vuizvui.user.aszlig.services.i3.workspaces."1" = {
     label = "XMPP";