nixos/home/minecraft/home.nix

7 lines
134 B
Nix
Raw Normal View History

2024-01-05 22:24:55 +08:00
{ pkgs
, lib
, config
, ... }: with lib; mkIf config.passthrough.minecraft.enable {
home.packages = with pkgs; [ prismlauncher ];
}