about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-09-12 22:39:29 +0900
committersefidel <contact@sefidel.net>2023-09-12 22:39:29 +0900
commit5a61ade3511b51016fe4ee341c29f6aa75db1037 (patch)
treefe4aacc42790a7ae5585fc05b91dc5bb1dd43476 /nixos
parent50e88d32153416856a9b05876adf6f7d291bbcdf (diff)
downloadnixrc-5a61ade3511b51016fe4ee341c29f6aa75db1037.tar.gz
nixrc-5a61ade3511b51016fe4ee341c29f6aa75db1037.zip
feat(nixos/alpha): use opentabletdriver for wacom
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 216fd97..7510963 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -167,6 +167,7 @@
 
   hardware.bluetooth.enable = true;
   hardware.logitech.wireless.enable = true;
+  hardware.opentabletdriver.enable = true;
 
   services.keyd-qol.enable = true;