From 737b5e797b720d1618f74a26ceca3ec9d0e6ec32 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" ]; }; }