Gaming: install Heroic games launcher

This commit is contained in:
Toast 2023-10-05 10:13:06 +02:00
parent 2d22bdf013
commit f753d67874

View file

@ -1,4 +1,4 @@
{ ... }:
{ config, pkgs, ... }:
{
imports = [
@ -6,4 +6,7 @@
./mangohud.nix
./rpcs3.nix
];
environment.systemPackages = with pkgs; [
heroic
];
}