From 36344fe924438d497e6facd56b4525b0d5bc8038 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 29 May 2021 16:15:20 +0200 Subject: [PATCH] modules: ergodox: remove useless group clause The `zsa` module already add the group itself. --- modules/ergodox.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ergodox.nix b/modules/ergodox.nix index cbc4957..a822eb7 100644 --- a/modules/ergodox.nix +++ b/modules/ergodox.nix @@ -10,7 +10,5 @@ in config = lib.mkIf cfg.enable { hardware.keyboard.zsa.enable = true; - - users.extraGroups = [ "plugdev" ]; }; }