Initial upload of HyprArch releng configuration

This commit is contained in:
2026-03-03 20:31:33 +00:00
commit 7df61351c0
634 changed files with 36355 additions and 0 deletions

9
airootfs/root/.zprofile Normal file
View File

@@ -0,0 +1,9 @@
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
# 1. Auto-install the package from your local repo
# --noconfirm ensures it doesn't wait for you to press 'Y'
pacman -Sy
pacman -U --noconfirm /root/local_repo/calamares-*.pkg.tar.zst
# 2. Start the Plasma Wayland session
exec dbus-run-session startplasma-wayland
fi