aerial: no-rgb and steam remotePlay
This commit is contained in:
parent
9ab908fa91
commit
e93bcd1a99
2 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
programs.steam = {
|
||||
enable = true;
|
||||
package = pkgs.steam-small;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Reference in a new issue