config/homes/desktop/minecraft.nix
2024-09-24 16:34:49 +01:00

8 lines
74 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
prismlauncher
];
}