{ flake.modules.nixos.games = { pkgs, ... }: { environment.systemPackages = with pkgs; [ prismlauncher starsector # gaming tools pyfa path-of-building ]; }; }