diff --git a/sysdata/programs/horizon/src/main.hb b/sysdata/programs/horizon/src/main.hb
index be9f924..5c79dfc 100644
--- a/sysdata/programs/horizon/src/main.hb
+++ b/sysdata/programs/horizon/src/main.hb
@@ -38,7 +38,7 @@ main := fn(): int {
 	pos_inner := Vec2(uint).((window.width - side) / 2, (window.height - side) / 2)
 	str := "Window Title Bar\0"
 	// really we should null check but it is a bit broked
-	font := @unwrap(render.text.font_from_psf2(@bitcast(&psf)))
+	font := @unwrap(render.text.font_from_psf2(@bitcast(&psf), false))
 
 	mouse_x := 0
 	mouse_y := 0
diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml
index 9a9ccbb..50020fe 100644
--- a/sysdata/system_config.toml
+++ b/sysdata/system_config.toml
@@ -37,8 +37,8 @@ path = "boot:///render_example.hbf"
 # [boot.limine.ableos.modules.serial_driver_test]
 # path = "boot:///serial_driver_test.hbf"
 
-[boot.limine.ableos.modules.horizon]
-path = "boot:///horizon.hbf"
+# [boot.limine.ableos.modules.horizon]
+# path = "boot:///horizon.hbf"
 
 # [boot.limine.ableos.modules.horizon_testing_program]
 # path = "boot:///horizon_testing_program.hbf"