From 6b872d71f22ec01d146935c28f37c49722a23255 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 14 Sep 2020 23:49:16 +0200 Subject: 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 --- machines/aszlig/dnyarri.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/aszlig/dnyarri.nix') 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"; -- cgit 1.4.1