1
0
Fork 0
forked from Bun/nixos-config
nixos-config/modules/home/programs/misc/gaming/launchers/default.nix

9 lines
108 B
Nix

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