about summary refs log tree commit diff
path: root/nixos/haruka/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/haruka/configuration.nix')
-rw-r--r--nixos/haruka/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index b6772b8..1d2bdf3 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -205,6 +205,8 @@
   hardware.bluetooth.enable = true;
   hardware.opentabletdriver.enable = true;
 
+  hardware.devkit.enable = true;
+
   hardware.trackpoint = {
     enable = true;
     device = "TPPS/2 Elan TrackPoint";
@@ -337,6 +339,7 @@
         "wheel"
         "audio"
         "networkmanager"
+        "plugdev"
       ];
     };
   };