Merge branch 'main' into fix-home-env

This commit is contained in:
Minh
2026-05-13 19:46:12 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ local home_dir = os.getenv("HOME")
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
-- Applications
hl.env("XDG_DATA_DIRS", home_dir .. "/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share")
hl.env("XDG_DATA_DIRS", home_dir .. "/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:$XDG_DATA_DIRS")
-- Themes
hl.env("QT_QPA_PLATFORM", "wayland;xcb")