Notate that alias

This commit is contained in:
Salt 2025-02-04 21:50:36 -06:00
parent ffdfbf8220
commit fb488350aa

@ -69,6 +69,8 @@ unset brew
# If we have toolbox, assume we're on Wayblue and set up an alias
if has toolbox; then
#toolbox create hyprpm
#toolbox run -c hyprpm sudo dnf -y install hyprland hyprland-devel
alias hyprpm='toolbox run -c hyprpm env HYPRLAND_INSTANCE_SIGNATURE="$HYPRLAND_INSTANCE_SIGNATURE" hyprpm'
fi