diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 3e858f7..9f66b53 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -84,6 +84,10 @@ userServices = true; }; }; + hardware.openrgb = { + enable = true; + motherboard = "amd"; + }; };