From 7a82a291346391c3d8bf96d1e7ad0c19680a2717 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sun, 13 Jul 2025 08:55:27 -0400 Subject: [PATCH] fix: add steam controller support Signed-off-by: gwg313 --- common/gui/steam.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/gui/steam.nix b/common/gui/steam.nix index b4dd8f6..6c94923 100644 --- a/common/gui/steam.nix +++ b/common/gui/steam.nix @@ -49,6 +49,7 @@ environment.systemPackages = with pkgs; [ protonup + steam-devices-udev-rules scanmem ]; };