nix-stuff/roles/gaming/programs/default.nix
2023-11-19 19:15:30 +01:00

13 lines
166 B
Nix
Executable file

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