From fb488350aac92928476957f00606b66e9f8555c2 Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Tue, 4 Feb 2025 21:50:36 -0600
Subject: [PATCH] Notate that alias

---
 base/.profile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/base/.profile b/base/.profile
index 9c99bbdf..42fd3cbe 100755
--- a/base/.profile
+++ b/base/.profile
@@ -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