refactor(gaming): replace polymc with prismlauncher
This commit is contained in:
parent
6d1a57e091
commit
65aee92ff4
5 changed files with 79 additions and 5 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue