Gaming: install Heroic games launcher
This commit is contained in:
parent
2d22bdf013
commit
f753d67874
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
@ -6,4 +6,7 @@
|
||||||
./mangohud.nix
|
./mangohud.nix
|
||||||
./rpcs3.nix
|
./rpcs3.nix
|
||||||
];
|
];
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
heroic
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue