nix-config/modules/home/games/default.nix
2023-12-20 02:35:40 +01:00

9 lines
140 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
steam
prismlauncher-qt5
lutris
winePackages.stagingFull
r2modman
];
}