From e93bcd1a9990978bc0218f12bcb3664f1dd3bf8d Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 27 Jan 2024 23:26:25 -0500 Subject: [PATCH] aerial: no-rgb and steam remotePlay --- nixos/features/no-rgb.nix | 2 +- nixos/features/steam.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/features/no-rgb.nix b/nixos/features/no-rgb.nix index adf3042..630477a 100644 --- a/nixos/features/no-rgb.nix +++ b/nixos/features/no-rgb.nix @@ -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 { diff --git a/nixos/features/steam.nix b/nixos/features/steam.nix index ce9eed3..e82a2c9 100644 --- a/nixos/features/steam.nix +++ b/nixos/features/steam.nix @@ -2,6 +2,7 @@ programs.steam = { enable = true; package = pkgs.steam-small; + remotePlay.openFirewall = true; }; environment.systemPackages = with pkgs; [