nix-config/aspects/gaming/launchers.nix
2026-02-12 18:50:38 -03:00

13 lines
199 B
Nix

{ ... }:
{
flake.modules.nixos.gaming-launchers =
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
clonehero
heroic
prismlauncher
];
};
}