3 lines
106 B
Nix
3 lines
106 B
Nix
{pkgs, ...}: {
|
|
home.packages = [(pkgs.prismlauncher.override {glfw = pkgs.glfw-wayland-minecraft;})];
|
|
}
|