12 lines
146 B
Nix
Executable file
12 lines
146 B
Nix
Executable file
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./steam.nix
|
|
./mangohud.nix
|
|
./rpcs3.nix
|
|
];
|
|
environment.systemPackages = with pkgs; [
|
|
heroic
|
|
];
|
|
}
|