nix-config/modules/home/games/default.nix
2023-11-24 03:48:58 +01:00

8 lines
127 B
Nix

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