Jump to content

Hardware/Razer: Difference between revisions

Copy changes from nixos.wiki
No edit summary
(Copy changes from nixos.wiki)
Line 8: Line 8:
       openrazer-daemon
       openrazer-daemon
   ];
   ];
</syntaxHighlight>
To run the <code>openrazer-daemon</code>, you need to be in the <code>openrazer</code> group.
<syntaxHighlight lang=nix>
users.users.<username> = { extraGroups = [ "openrazer" ]; };
</syntaxHighlight>
</syntaxHighlight>


1

edit