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 6728b5b949
commit 737b5e797b

View file

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