| name |
id |
logo |
instructions |
Alpine Linux |
alpine |
/img/distros/alpine.svg |
|
|
| name |
id |
logo |
instructions |
Arch Linux / Manjaro |
arch |
/img/distros/arch.svg |
|
|
| name |
id |
logo |
instructions |
Gentoo |
gentoo |
/img/distros/gentoo.svg |
An ebuild is available, to install:
emerge -av --autounmask sys-apps/openrazer |
|
| name |
id |
logo |
instructions |
NixOS |
nixos |
/img/distros/nixos.svg |
To enable the OpenRazer module in NixOS, add this snippet to your `configuration.nix`:
hardware.openrazer.enable = true;
In order to run the openrazer-daemon service, your user needs to be part of the `openrazer` group.
hardware.openrazer.users = ["<name>?"];
Rebuild your NixOS configuration:
sudo nixos-rebuild switch
Alternately, use `nix-shell`:
nix-shell -p openrazer-daemon |
|
| name |
id |
logo |
instructions |
SteamOS |
steamos |
/img/distros/steamos.svg |
|
|
| name |
id |
logo |
instructions |
Solus |
solus |
/img/distros/solus.svg |
An eopkg is available, to install:
sudo eopkg install openrazer |
|
| name |
id |
logo |
instructions |
Slackware |
slackware |
/img/distros/slackware.svg |
|
|
| name |
id |
logo |
instructions |
Void Linux |
voidlinux |
/img/distros/voidlinux.svg |
|
|