nichts/hosts/lars/kronos/programs.nix

13 lines
351 B
Nix
Raw Normal View History

2024-04-21 22:04:36 +02:00
{ config, lib, pkgs, ... }:
2024-04-17 23:10:24 +02:00
2024-04-21 22:04:36 +02:00
let
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
];
2024-04-11 22:14:55 +02:00
}