fix(regreet): change to lua for real

This commit is contained in:
2026-08-24 00:49:41 +02:00
parent 65e0dc7bd6
commit e661abc15e
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ hl.config({
disable_hyprland_guiutils_check = true,
},
input = {
kb_layout = hu
kb_layout = "hu"
}
})