NixOS-Config/home-manager/misc/gaming.nix

9 lines
106 B
Nix
Raw Normal View History

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