Notate that alias

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

View File

@@ -69,6 +69,8 @@ unset brew
# If we have toolbox, assume we're on Wayblue and set up an alias # If we have toolbox, assume we're on Wayblue and set up an alias
if has toolbox; then 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' alias hyprpm='toolbox run -c hyprpm env HYPRLAND_INSTANCE_SIGNATURE="$HYPRLAND_INSTANCE_SIGNATURE" hyprpm'
fi fi