Laptop : Fix tablet.
This commit is contained in:
parent
9829764b50
commit
4d1fb16594
|
@ -14,6 +14,7 @@ in {
|
|||
output = [
|
||||
"!Huawei Technologies Co., Inc. ZQE-CBA 0xC080F622"
|
||||
"!AOC 24G2W1G4 ATNL61A129625"
|
||||
"!UGD Artist15.6Pro 20200316"
|
||||
"*"
|
||||
];
|
||||
modules-left = [
|
||||
|
|
|
@ -7,5 +7,6 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
hardware.opentabletdriver.enable = true;
|
||||
systemd.user.services.opentabletdriver.wantedBy = [ "default.target" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue