mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add new packages, refactor orgb hw block
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user