about summary refs log tree commit diff
path: root/nixos/modules/hardware
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-14 12:01:56 +0000
committerGitHub <noreply@github.com>2023-12-14 12:01:56 +0000
commit5ea376a152e5ec64d0823d8a326ac2e49dcb9602 (patch)
tree02eb6aee34aadabf422c8145ef22fe0e20303280 /nixos/modules/hardware
parentdf8795e33ad311bead7b0457bb35df902944d673 (diff)
parent1aca249f1846b6bb7a156b809c312de58945c85a (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/hardware')
-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 = {};
   };
 }