add openrgb
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
../graphical/games.nix
|
||||
../graphical/ime.nix
|
||||
../graphical/obs.nix
|
||||
../graphical/openrgb.nix
|
||||
#../graphical/lxqt.nix
|
||||
../graphical/plasma.nix
|
||||
../graphical/shared.nix
|
||||
|
||||
4
modules/graphical/openrgb.nix
Normal file
4
modules/graphical/openrgb.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ...}:
|
||||
{
|
||||
services.hardware.openrgb.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user