Laptop : Fix tablet.

This commit is contained in:
Dmitry Voronin 2024-08-31 20:32:07 +03:00
parent 9829764b50
commit 4d1fb16594
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in {
output = [ output = [
"!Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622" "!Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622"
"!AOC 24G2W1G4 ATNL61A129625" "!AOC 24G2W1G4 ATNL61A129625"
"!UGD Artist15.6Pro 20200316"
"*" "*"
]; ];
modules-left = [ modules-left = [

View file

@ -7,5 +7,6 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
hardware.opentabletdriver.enable = true; hardware.opentabletdriver.enable = true;
systemd.user.services.opentabletdriver.wantedBy = [ "default.target" ];
}; };
} }