diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dddcbdc0..06cda39c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -629,6 +629,10 @@ install(FILES ${INSTALLABLE_ASSETS} install(FILES ${CMAKE_SOURCE_DIR}/example/hyprland.conf DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/hypr) +# default lua config +install(FILES ${CMAKE_SOURCE_DIR}/example/hyprland.lua + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/hypr) + # LuaLS stubs install(FILES ${CMAKE_SOURCE_DIR}/meta/hl.meta.lua DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/hypr/stubs)