From 180888317f6cffcd515a760c4d6f73b196a89e14 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 11 Jan 2021 14:25:50 +0100 Subject: add wacom Xorg module --- config.scm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config.scm b/config.scm index c6d6436..d969c8a 100644 --- a/config.scm +++ b/config.scm @@ -3,6 +3,7 @@ (use-modules (gnu) (srfi srfi-1) ((gnu packages linux) #:prefix gnu-linux:) + (gnu packages xdisorg) (tuxedo-keyboard) (nongnu packages linux) (nongnu system linux-initrd)) @@ -77,15 +78,18 @@ "tree" "wget" "tcpdump" - "openssh")) + "openssh" + "xf86-input-wacom")) %base-packages)) (services (cons* (udev-rules-service 'light gnu-linux:light) (service gnome-desktop-service-type) (bluetooth-service #:auto-enable? #t) - (set-xorg-configuration (xorg-configuration - (keyboard-layout - keyboard-layout))) + (set-xorg-configuration + (xorg-configuration + (keyboard-layout keyboard-layout) + (modules (append %default-xorg-modules + (list xf86-input-wacom))))) ; Removes ModemManager because it interferes with USB ; development. If using a 3/4G modem or something we have ; to activate it. -- cgit v1.2.3