heroic

heroic 2.22.1

Native GOG, Epic, and Amazon Games Launcher for Linux, Windows and Mac

https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher
GNU General Public License v3.0 only
main program: heroicprograms: heroic
Platforms (2)
aarch64-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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