diff options
author | sefidel <contact@sefidel.net> | 2023-09-12 22:39:29 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-12 22:39:29 +0900 |
commit | 5a61ade3511b51016fe4ee341c29f6aa75db1037 (patch) | |
tree | fe4aacc42790a7ae5585fc05b91dc5bb1dd43476 /nixos/alpha | |
parent | 50e88d32153416856a9b05876adf6f7d291bbcdf (diff) | |
download | nixrc-5a61ade3511b51016fe4ee341c29f6aa75db1037.tar.gz nixrc-5a61ade3511b51016fe4ee341c29f6aa75db1037.zip |
feat(nixos/alpha): use opentabletdriver for wacom
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 1 |
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; |