From 254e0f7b7fc5ed1869c08a57f9494a81320a1f30 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 5 Jul 2024 11:32:35 +0200 Subject: [PATCH] feat: enable openrgb --- hosts/default/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 3096abb..60f4f91 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -83,9 +83,6 @@ nvidiaSettings = true; package = config.boot.kernelPackages.nvidiaPackages.beta; }; - openrgb = { - enable = true; - }; }; # Allow unfree packages @@ -254,6 +251,11 @@ default_session = initial_session; }; }; + hardware = { + openrgb = { + enable = true; + }; + }; openssh = { enable = true; settings.PasswordAuthentication = false;