OpenRGB: Difference between revisions

m Dark mode support
JFH (talk | contribs)
m remove removed option
 
Line 42: Line 42:
   package = pkgs.openrgb-with-all-plugins;  
   package = pkgs.openrgb-with-all-plugins;  
   motherboard = "amd";  
   motherboard = "amd";  
   server = {
   server.port = 6742;  
    port = 6742;
};
    autoStart = true;
  };  
};  
</syntaxhighlight>
</syntaxhighlight>