Skip to content

Commit

Permalink
openrgb: add udev rules
Browse files Browse the repository at this point in the history
The udev rules give user access to supported devices.
  • Loading branch information
Technical27 authored and Jonathan Ringer committed Dec 7, 2020
1 parent 07aee75 commit 6ba3e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/misc/openrgb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp openrgb $out/bin
mkdir -p $out/etc/udev/rules.d
cp 60-openrgb.rules $out/etc/udev/rules.d
'';

doInstallCheck = true;
Expand Down

0 comments on commit 6ba3e0e

Please sign in to comment.