From d6729d89d535b79f1e84071660449b76c1668c08 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 8 Feb 2025 23:57:56 -0500 Subject: [PATCH] fix(bbsteamie): add missing python module to decky-loader --- configurations/bbsteamie/modules/desktop/steam.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configurations/bbsteamie/modules/desktop/steam.nix b/configurations/bbsteamie/modules/desktop/steam.nix index 9df55e4e..301c3d79 100644 --- a/configurations/bbsteamie/modules/desktop/steam.nix +++ b/configurations/bbsteamie/modules/desktop/steam.nix @@ -58,6 +58,11 @@ in { libpulseaudio ; }; + + extraPythonPackages = p: + with p; [ + click + ]; }; # Misc Packages