protonup-qt

protonup-qt 2.15.1

Install and manage Proton-GE and Luxtorpeda for Steam and Wine-GE for Lutris with this graphical user interface

https://davidotek.github.io/protonup-qt/
GNU General Public License v3.0 or later
main program: protonup-qtprograms: protonup-qt
Platforms (1)
x86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  protonup-qt
];
Ad-hoc shell
nix-shell -p protonup-qt
Flake (nix run)
nix run nixpkgs#protonup-qt