flake openrgb and beets

This commit is contained in:
Matt Nish-Lapidus 2025-05-15 23:02:11 -04:00
parent 0dc9fefbaa
commit 7309e102bf
7 changed files with 69 additions and 31 deletions

View file

@ -145,6 +145,7 @@
win-spice
xwayland-satellite
openrazer-daemon
openrgb-with-all-plugins
xdg-desktop-portal-termfilechooser
];
@ -251,6 +252,7 @@
};
nvidiaSettings = true;
};
brillo.enable = true;
steam-hardware.enable = true;
bluetooth = {
@ -267,6 +269,12 @@
services.fstrim.enable = true;
services.hardware.openrgb = {
enable = true;
package = pkgs.openrgb-with-all-plugins;
motherboard = "amd";
};
services.logind = {
extraConfig = ''
IdleAction=lock
@ -290,6 +298,7 @@
pkgs.game-devices-udev-rules
pkgs.sane-airscan
pkgs.utsushi
pkgs.openrgb-with-all-plugins
(pkgs.writeTextFile {
name = "on-battery";