From 0014173613aa8acf1e21fbb1a74f99cfc6dec907 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:17:40 +0200 Subject: [PATCH] attempt to fix controller problems suggested by luka --- nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 85d893f..bbbaaf6 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -281,6 +281,7 @@ programs.steam = { enable = true; remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play + extest.enable = true; # for potentially working controllers }; programs.fish = {