Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix
index b31e32a..4cc5c79 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -211,6 +211,9 @@
   };
   environment.etc."pipewire/7.1-surround-sound.conf".source = ./pipewire/7.1-surround-sound.conf;
 
+  hardware.openrazer.enable = true;
+  hardware.openrazer.users = [ "minion" ];
+
   # Enable touchpad support (enabled default in most desktopManager).
   services.xserver.libinput.enable = true;