diff --git a/modules/collections/desktop.nix b/modules/collections/desktop.nix index 3dd31f3..c25ec7e 100644 --- a/modules/collections/desktop.nix +++ b/modules/collections/desktop.nix @@ -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 diff --git a/modules/graphical/openrgb.nix b/modules/graphical/openrgb.nix new file mode 100644 index 0000000..d4a2e91 --- /dev/null +++ b/modules/graphical/openrgb.nix @@ -0,0 +1,4 @@ +{ pkgs, ...}: +{ + services.hardware.openrgb.enable = true; +}