fix razer chroma hdk

This commit is contained in:
Maddie H 2023-05-26 19:01:54 +01:00
parent 14d49173af
commit c4a15b2aa1
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -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 &
'';