NixOS-Config/home/misc/gaming.nix
2024-09-23 16:36:46 -04:00

9 lines
106 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
steam
steam-run
heroic
prismlauncher
];
}