From 45818e93959b636b27910689f29cb640da88c8b9 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 11 Jul 2026 12:40:11 +0100 Subject: [PATCH] maybe fixed the package settings thing --- hyprland.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprland.lua b/hyprland.lua index 3f2eae0..5b8a9bf 100644 --- a/hyprland.lua +++ b/hyprland.lua @@ -1,3 +1,4 @@ +hl.env("PATH", "/run/hypr-runtime-env/bin:" .. os.getenv("PATH")) -- Get hostname from envvars or something local handle = io.popen("hostname") Hostname = "unknown" -- Default fallback