modules: ergodox: remove useless group clause

The `zsa` module already add the group itself.
This commit is contained in:
Bruno BELANYI 2021-05-29 16:15:20 +02:00
parent cdb8f0d0a7
commit 36344fe924
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,5 @@ in
config = lib.mkIf cfg.enable {
hardware.keyboard.zsa.enable = true;
users.extraGroups = [ "plugdev" ];
};
}