refactor(gaming): replace polymc with prismlauncher

This commit is contained in:
Infinidoge 2022-10-19 11:04:49 -04:00
parent 6d1a57e091
commit 65aee92ff4
5 changed files with 79 additions and 5 deletions

View file

@ -44,6 +44,8 @@
# # --- Minecraft
nix-minecraft.url = "github:Infinidoge/nix-minecraft/develop";
nix-minecraft.inputs.nixpkgs.follows = "nixos";
prismlauncher.url = "github:PrismLauncher/PrismLauncher";
prismlauncher.inputs.nixpkgs.follows = "nixos";
# # --- Rust
fenix.url = "github:nix-community/fenix";
@ -76,6 +78,7 @@
# --- Domain-Specific Overlays
inputs.nix-minecraft.overlay
inputs.prismlauncher.overlay
inputs.fenix.overlay
];
};