From d2ff0329625704d7b5ca78cd7241b60c93d277bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 Feb 2023 09:32:56 +0100 Subject: nixos/ridcully: add openrgb --- nixos/machine/ridcully.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/machine/ridcully.nix') diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix index 01e8f07..7495957 100644 --- a/nixos/machine/ridcully.nix +++ b/nixos/machine/ridcully.nix @@ -64,5 +64,10 @@ with lib; { dataDir = "/home/cynerd"; configDir = "/home/cynerd/.config/syncthing"; }; + + services.hardware.openrgb = { + enable = true; + motherboard = "amd"; + }; }; } -- cgit v1.2.3