diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/ridcully.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; + }; }; } |