flake openrgb and beets
This commit is contained in:
parent
0dc9fefbaa
commit
7309e102bf
7 changed files with 69 additions and 31 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue