Add ZSA keyboard udev rules
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
config.flake.factory.zsa-moonlander = user: { pkgs, ... }: {
|
||||
users.users.${user}.extraGroups = [ "plugdev" ];
|
||||
hardware.keyboard.zsa.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user