mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: move openrgb block into config blocks so that nix likes me back
This commit is contained in:
parent
b386c6655a
commit
9e60b87a78
1 changed files with 9 additions and 9 deletions
|
|
@ -27,9 +27,7 @@ in {
|
|||
};
|
||||
services = {
|
||||
thermald.enable = true;
|
||||
};
|
||||
};
|
||||
services.hardware.openrgb = {
|
||||
hardware.openrgb = {
|
||||
enable = true;
|
||||
package = pkgs.openrgb-with-all-plugins;
|
||||
motherboard = "amd";
|
||||
|
|
@ -38,4 +36,6 @@ in {
|
|||
# autoStart = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue