nix-config/modules/home/games/default.nix
2023-12-27 21:13:16 +01:00

9 lines
148 B
Nix

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