Jump to content

Hardware/Razer: Difference between revisions

m
Added texts about how to enable openrazer with frontend
imported>Heywoodlh
(Created page with "<h2>Razer Blade 15 Advanced (Early 2020 model)</h2> <h3>Lid reopen hybernate issue</h3> Upon closing the lid to the laptop and reopening, an issue occurs where the device wi...")
 
imported>AmnesiaAmesia
m (Added texts about how to enable openrazer with frontend)
Line 1: Line 1:
<h2>OpenRazer</h2>
OpenRazer is an open-source project to support Razer peripherals, including those found in their laptops. To enable the OpenRazer you need to add the following to your <code>configuration.nix</code>
<syntaxHighlight lang=nix>
  hardware.openrazer.enable = true
  environment.systemPackages = with pkgs; [
      openrazer-daemon
  ];
</syntaxHighlight>
To enable a front-end to control the peripherals, add the following to your configuration
<syntaxHighlight lang=nix>
  environment.systemPackages = with pkgs; [
      polychromatic
  ];
</syntaxHighlight>
<h2>Razer Blade 15 Advanced (Early 2020 model)</h2>
<h2>Razer Blade 15 Advanced (Early 2020 model)</h2>