openrgb: add udev rules
The udev rules give user access to supported devices.
This commit is contained in:
parent
07aee7512c
commit
6ba3e0eae2
@ -17,6 +17,9 @@ mkDerivation rec {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp openrgb $out/bin
|
cp openrgb $out/bin
|
||||||
|
|
||||||
|
mkdir -p $out/etc/udev/rules.d
|
||||||
|
cp 60-openrgb.rules $out/etc/udev/rules.d
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user