Add new packages, refactor orgb hw block

This commit is contained in:
2026-01-23 16:10:17 +01:00
parent e32e4c5ebc
commit db987f9752
3 changed files with 26 additions and 21 deletions

View File

@@ -41,9 +41,12 @@
# no need to redefine it in your config for now)
#media-session.enable = true;
};
hardware.openrgb.motherboard = "amd";
hardware.openrgb.enable = true;
hardware.openrgb = {
enable = true;
motherboard = "amd";
package = pkgs.openrgb-with-all-plugins;
};
printing = {
enable = true;