about summary refs log tree commit diff
path: root/nixos/modules/hardware/keyboard/qmk.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/keyboard/qmk.nix')
-rw-r--r--nixos/modules/hardware/keyboard/qmk.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/hardware/keyboard/qmk.nix b/nixos/modules/hardware/keyboard/qmk.nix
index df3bcaeccd2ec..d95d36dedb44e 100644
--- a/nixos/modules/hardware/keyboard/qmk.nix
+++ b/nixos/modules/hardware/keyboard/qmk.nix
@@ -12,5 +12,6 @@ in
 
   config = mkIf cfg.enable {
     services.udev.packages = [ pkgs.qmk-udev-rules ];
+    users.groups.plugdev = {};
   };
 }