diff options
author | Karel Kočí <cynerd@email.cz> | 2023-02-02 09:32:56 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-02-02 09:32:56 +0100 |
commit | d2ff0329625704d7b5ca78cd7241b60c93d277bc (patch) | |
tree | d83ea7224db936bec5a7979a7293acb014cee95b | |
parent | 4bf16a846cba86d2a72e3cbb3b5d2d029a05c187 (diff) | |
download | nixos-personal-d2ff0329625704d7b5ca78cd7241b60c93d277bc.tar.gz nixos-personal-d2ff0329625704d7b5ca78cd7241b60c93d277bc.tar.bz2 nixos-personal-d2ff0329625704d7b5ca78cd7241b60c93d277bc.zip |
nixos/ridcully: add openrgb
-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"; + }; }; } |