home(minecraft): add prism launcher

This commit is contained in:
514fpv 2024-01-05 22:24:55 +08:00
parent ae6a095260
commit 9c1663a832
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 25 additions and 0 deletions

6
home/minecraft/home.nix Normal file
View file

@ -0,0 +1,6 @@
{ pkgs
, lib
, config
, ... }: with lib; mkIf config.passthrough.minecraft.enable {
home.packages = with pkgs; [ prismlauncher ];
}