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; [