modules: ergodox: remove useless group clause
The `zsa` module already add the group itself.
This commit is contained in:
parent
cdb8f0d0a7
commit
36344fe924
|
@ -10,7 +10,5 @@ in
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
hardware.keyboard.zsa.enable = true;
|
hardware.keyboard.zsa.enable = true;
|
||||||
|
|
||||||
users.extraGroups = [ "plugdev" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue