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

@@ -43,6 +43,7 @@
abootimg
amdgpu_top
android-tools
anki
appstream
arch-install-scripts
aspell
@@ -125,6 +126,7 @@
ntfs3g
nufraw-thumbnailer
nvtopPackages.amd
obsidian
openrgb-with-all-plugins
papirus-icon-theme
pbzip2

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;