From a2b7b6ab219ea30ce3a5fcdf3672780cc5b35860 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 20 May 2026 09:17:57 -0400 Subject: fix steam controller --- system/gaming/steam.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/gaming/steam.nix b/system/gaming/steam.nix index 358a94a..58fe924 100644 --- a/system/gaming/steam.nix +++ b/system/gaming/steam.nix @@ -1,6 +1,7 @@ { lib, config, + pkgs, ... }: let inherit (lib) mkIf; @@ -25,6 +26,10 @@ in { dedicatedServer.openFirewall = true; localNetworkGameTransfers.openFirewall = true; gamescopeSession.enable = true; + + # Fix new steam controller + extest.enable = true; + extraPackages = [ pkgs.hidapi ]; }; # controllers -- cgit v1.3.1-freya