1
0
Fork 0

feat: Disable openrgb on akame

This commit is contained in:
lwad 2024-05-17 20:39:43 +01:00
parent b7519bd5d4
commit aeae774b4b
1 changed files with 5 additions and 8 deletions

View File

@ -29,13 +29,10 @@
];
lwad = {
applications.i3 = {
autoRun = {
always = [ "${pkgs.openrgb}/bin/openrgb --profile Default" ];
startup = [
"${pkgs.signal-desktop}/bin/signal-desktop --start-in-tray"
"${pkgs.whatsapp-for-linux}/bin/whatsapp-for-linux"
];
};
autoRun.startup = [
"${pkgs.signal-desktop}/bin/signal-desktop --start-in-tray"
"${pkgs.whatsapp-for-linux}/bin/whatsapp-for-linux"
];
audioControls = {
bluetooth.enable = true;
commands = let
@ -89,7 +86,7 @@
};
services = {
hardware.openrgb = {
enable = true;
enable = false;
motherboard = "intel";
};
xserver = {