framework: add keychron udev, add jujutsu
This commit is contained in:
parent
960165b769
commit
823b45d557
3 changed files with 10 additions and 2 deletions
|
|
@ -75,4 +75,10 @@
|
|||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
|
||||
hardware.keyboard.zsa.enable = true;
|
||||
# enable keychron keyboard configuration
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0e60", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue