use the right path
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
# Ensure the uinput group exists
|
# Ensure the uinput group exists
|
||||||
users.groups.uinput = { };
|
users.groups.uinput = { };
|
||||||
|
|
||||||
|
services.libinput.enable = true;
|
||||||
|
|
||||||
# Add the Kanata service user to necessary groups
|
# Add the Kanata service user to necessary groups
|
||||||
systemd.services.kanata-internalKeyboard.serviceConfig = {
|
systemd.services.kanata-internalKeyboard.serviceConfig = {
|
||||||
SupplementaryGroups = [
|
SupplementaryGroups = [
|
||||||
@@ -29,13 +31,13 @@
|
|||||||
devices = [
|
devices = [
|
||||||
# Replace the paths below with the appropriate device paths for your setup.
|
# Replace the paths below with the appropriate device paths for your setup.
|
||||||
# Use `ls /dev/input/by-path/` to find your keyboard devices.
|
# Use `ls /dev/input/by-path/` to find your keyboard devices.
|
||||||
"pci-0000:66:00.0-usb-0:2.3:1.0-event-kbd"
|
"/dev/input/by-path/pci-0000:66:00.0-usb-0:2.3:1.0-event-kbd"
|
||||||
"pci-0000:66:00.0-usb-0:2.4:1.0-event-kbd"
|
"/dev/input/by-path/pci-0000:66:00.0-usb-0:2.4:1.0-event-kbd"
|
||||||
"pci-0000:66:00.0-usb-0:2.4:1.2-event-kbd"
|
"/dev/input/by-path/pci-0000:66:00.0-usb-0:2.4:1.2-event-kbd"
|
||||||
"pci-0000:66:00.0-usbv2-0:2.3:1.0-event-kbd"
|
"/dev/input/by-path/pci-0000:66:00.0-usbv2-0:2.3:1.0-event-kbd"
|
||||||
"pci-0000:66:00.0-usbv2-0:2.4:1.0-event-kbd"
|
"/dev/input/by-path/pci-0000:66:00.0-usbv2-0:2.4:1.0-event-kbd"
|
||||||
"pci-0000:66:00.0-usbv2-0:2.4:1.2-event-kbd"
|
"/dev/input/by-path/pci-0000:66:00.0-usbv2-0:2.4:1.2-event-kbd"
|
||||||
"platform-i8042-serio-0-event-kbd"
|
"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
|
||||||
];
|
];
|
||||||
extraDefCfg = "process-unmapped-keys yes";
|
extraDefCfg = "process-unmapped-keys yes";
|
||||||
config = ''
|
config = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user