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