diff options
| author | polwex <polwex@sortug.com> | 2025-12-03 09:31:59 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-12-03 09:31:59 +0700 |
| commit | 302c5e6d8dc87db2704557d74692884698728e5f (patch) | |
| tree | d8afeb2ec2e209ccb19fdbddd249e766d45fda25 /hosts/local/master/keyboard.nix | |
| parent | 22ed0117977629b683df34fc4d6281a23d8dfa76 (diff) | |
m
Diffstat (limited to 'hosts/local/master/keyboard.nix')
| -rw-r--r-- | hosts/local/master/keyboard.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/local/master/keyboard.nix b/hosts/local/master/keyboard.nix index 5e2e241..8fae8c2 100644 --- a/hosts/local/master/keyboard.nix +++ b/hosts/local/master/keyboard.nix @@ -15,7 +15,7 @@ config = builtins.readFile ./thinkpad.kbd; }; wiredThinkpad = { - device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_usb_Keyboard_with_TrackPoint-event-kbd"; + device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd"; config = builtins.readFile ./thinkpad.kbd; }; }; |
