NixOS-Config/modules/home/programs/misc/gaming/launchers/default.nix

10 lines
121 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ pkgs, lib, config, ... }:
{
home.packages = with pkgs; [
steam
steam-run
heroic
prismlauncher
];
}