nix-stuff/roles/gaming/programs/default.nix

13 lines
166 B
Nix
Executable file

{ config, pkgs, ... }:
{
imports = [
./steam.nix
./mangohud.nix
./rpcs3.nix
];
environment.systemPackages = with pkgs; [
heroic
prismlauncher-qt5
];
}