kanata: fix dell-keyboard

This commit is contained in:
Bloxx12 2025-06-12 20:10:22 +02:00
commit 64db6a4d5f
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -24,7 +24,7 @@ in {
}; };
keyboards.dell-keyboard = { keyboards.dell-keyboard = {
devices = ["/dev/input/by-path/usb-Dell_Dell_USB_Keyboard-event-kbd "]; devices = ["/dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd"];
config = builtins.readFile (./. + "/main.kbd"); config = builtins.readFile (./. + "/main.kbd");
}; };
}; };