MMEX switched to flatpak

This commit is contained in:
LarsZauberer 2024-04-22 12:51:00 +02:00
commit b7ba981b19
2 changed files with 1 additions and 1 deletions

View file

@ -37,4 +37,5 @@
};
services.getty.autologinUser = "lars";
services.flatpak.enable = true;
}

View file

@ -7,6 +7,5 @@ in
environment.systemPackages = with pkgs; [
prismlauncher
glfw-wayland-minecraft # Use these parameters in the prism launcher: -Dfml.earlyprogresswindow=false -Dorg.lwjgl.glfw.libname=/nix/store/ypkdx5844pp1vdw2z2nmnf2nb9kgl0mp-glfw-wayland-minecraft-unstable-2023-06-01/lib/libglfw.so
mmex
];
}