An egui application to modify app launch options in Steam's config file.
This application reads Steam's configuration files to determine app details.
Works on all platforms.
Install NUR then install the package.
NixOS example:
# configuration.nix
environment.systemPackages = with pkgs; [
nur.repos.rogreat.steam-optionx
];nix develop
cargo build --release