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 = {
|
services = {
|
||||||
thermald.enable = true;
|
thermald.enable = true;
|
||||||
};
|
hardware.openrgb = {
|
||||||
};
|
|
||||||
services.hardware.openrgb = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.openrgb-with-all-plugins;
|
package = pkgs.openrgb-with-all-plugins;
|
||||||
motherboard = "amd";
|
motherboard = "amd";
|
||||||
|
|
@ -38,4 +36,6 @@ in {
|
||||||
# autoStart = true;
|
# autoStart = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue