From 859f852afbb7a74f760b3d8e1e2064d65cf9caa3 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:10:52 +0200 Subject: [PATCH] add openrgb --- modules/collections/desktop.nix | 1 + modules/graphical/openrgb.nix | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 modules/graphical/openrgb.nix 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; +}