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