diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 663a044..859f4bb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -228,6 +228,9 @@ }; }; + hardware.enableAllFirmware = true; + + hardware.openrazer.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];