fix: start-hyprland, not Hyprland

This commit is contained in:
Barrett Ruth 2026-02-22 16:53:06 -05:00
parent 4b7903845a
commit f3fc517ef8
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -16,7 +16,7 @@ let
THEME="$(cat "$_tf" 2>/dev/null)" || THEME="midnight"
export THEME
unset _tf
exec Hyprland
exec start-hyprland
'';
in
{