diff --git a/system/steam.nix b/system/steam.nix index 8ece86e..996f16a 100644 --- a/system/steam.nix +++ b/system/steam.nix @@ -21,5 +21,6 @@ in }; environment.systemPackages = with pkgs; [ protontricks + bottles ]; }