diff --git a/maddie/nixos/openrgb.nix b/maddie/nixos/openrgb.nix index 6e86f15..ffaa72f 100644 --- a/maddie/nixos/openrgb.nix +++ b/maddie/nixos/openrgb.nix @@ -9,6 +9,9 @@ # Set RGB perhipherals to white ${pkgs.openrgb}/bin/openrgb -c white -m static & + # Set Razer Chroma HDK to white + ${pkgs.openrgb}/bin/openrgb --device 1 -c white & + # Start my razer keyboard script ${pkgs.python3Full}/bin/python ${config.home.homeDirectory}/Documents/Code/Razer/system.py & '';