about summary refs log tree commit diff stats
path: root/sys/hardware
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/hardware/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/hardware/default.nix b/sys/hardware/default.nix
index 77d3d3f0..28d70d99 100644
--- a/sys/hardware/default.nix
+++ b/sys/hardware/default.nix
@@ -1,11 +1,9 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
+{pkgs, ...}: {
   hardware = {
     keyboard.zsa.enable = false;
     onlykey.enable = true;
+    nitrokey.enable = true;
+
     opengl = {
       enable = true;
       extraPackages = builtins.attrValues {
@@ -18,7 +16,7 @@
     };
   };
   services.udev.extraRules = ''
-            # Rules for Oryx web flashing and live training
+    # Rules for Oryx web flashing and live training
     KERNEL=="hidraw*", ATTRS{idVendor}=="16c0", MODE="0664", GROUP="plugdev"
     KERNEL=="hidraw*", ATTRS{idVendor}=="3297", MODE="0664", GROUP="plugdev"