summaryrefslogtreecommitdiff
path: root/system/gaming/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/gaming/default.nix')
-rw-r--r--system/gaming/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/gaming/default.nix b/system/gaming/default.nix
index ca97345..13d2119 100644
--- a/system/gaming/default.nix
+++ b/system/gaming/default.nix
@@ -8,6 +8,7 @@
cfg = config.gaming;
in {
imports = [
+ ./openrgb.nix
./steam.nix
];
@@ -35,11 +36,6 @@ in {
rulesProvider = pkgs.ananicy-rules-cachyos;
};
- services.hardware.openrgb = {
- enable = cfg.openrgb.enable;
- package = pkgs.openrgb-with-all-plugins;
- };
-
services.scx = {
enable = true;
package = pkgs.scx.rustscheds;