home(minecraft): add prism launcher
This commit is contained in:
parent
ae6a095260
commit
9c1663a832
2 changed files with 25 additions and 0 deletions
6
home/minecraft/home.nix
Normal file
6
home/minecraft/home.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; mkIf config.passthrough.minecraft.enable {
|
||||
home.packages = with pkgs; [ prismlauncher ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue