odin: enable opentabletdriver

This commit is contained in:
Filippo Berto 2023-09-04 14:10:44 +02:00
parent 66b6d7041c
commit 7a71badedc
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -160,11 +160,8 @@ with lib; {
environment.sessionVariables.LD_LIBRARY_PATH = lib.mkForce
"${config.services.pipewire.package.jack}/lib"; # Temporary fix for WebKitGTK
# # Tablet
# hardware.opentabletdriver = {
# enable = true;
# daemon.enable = true;
# };
# Tablet
hardware.opentabletdriver = { enable = true; daemon.enable = true; };
# Define a user account. Don't forget to set a password with passwd.
users.users.bertof = {