diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-21 01:05:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-21 01:05:30 +0200 |
| commit | a3c69da90519ab55df1ac12d7d5bf681b45314d1 (patch) | |
| tree | 59b8c99d16f162728888e32fdc2c3ddaa6157269 /nixos/mdls/gms/mc.nix | |
| parent | 6bec1f79cfb20d4beaf16bea846016e1fcceb683 (diff) | |
Update mc.nix
Diffstat (limited to 'nixos/mdls/gms/mc.nix')
| -rw-r--r-- | nixos/mdls/gms/mc.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/mdls/gms/mc.nix b/nixos/mdls/gms/mc.nix index db14668..9785759 100644 --- a/nixos/mdls/gms/mc.nix +++ b/nixos/mdls/gms/mc.nix @@ -25,7 +25,7 @@ EnableMangoHud = false; Env = "{}"; FallbackMRBlockedMods = 2; - IconTheme = "pe_colored"; + IconTheme = "OSX"; IconsDir = "icons"; IgnoreJavaCompatibility = false; IgnoreJavaWizard = false; @@ -34,6 +34,7 @@ InstanceDir = "instances"; JavaArchitecture = "64"; JavaDir = "java"; + JavaPath = /nix/store/55mw2ly3dxh5008li72rx6ilc75hgvr0-openjdk-8u502-b01/bin/java Language = "en_US"; LastHostname = "box"; LaunchMaximized = false; |
