aerial: no-rgb and steam remotePlay

This commit is contained in:
41666 2024-01-27 23:26:25 -05:00
parent 9ab908fa91
commit e93bcd1a99
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ let
NUM_DEVICES=$(${pkgs.openrgb}/bin/openrgb --noautoconnect --list-devices | grep -E '^[0-9]+: ' | wc -l)
for i in $(seq 0 $(($NUM_DEVICES - 1))); do
${pkgs.openrgb}/bin/openrgb --noautoconnect --device $i --mode static --color 000000
${pkgs.openrgb}/bin/openrgb --noautoconnect --device $i --mode off
done
'';
in {

View file

@ -2,6 +2,7 @@
programs.steam = {
enable = true;
package = pkgs.steam-small;
remotePlay.openFirewall = true;
};
environment.systemPackages = with pkgs; [