about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 4bc684d..eb62971 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -198,6 +198,8 @@
   hardware.logitech.wireless.enable = true;
   hardware.opentabletdriver.enable = true;
 
+  hardware.devkit.enable = true;
+
   services.hardware.openrgb.enable = true;
 
   services.keyd-qol.enable = true;
@@ -325,6 +327,7 @@
         "wheel"
         "audio"
         "networkmanager"
+        "plugdev"
       ];
     };
   };