fix: enable hyprland starting service

This commit is contained in:
2026-01-06 23:11:06 +01:00
parent 27a21f003c
commit 68862744a5

View File

@@ -12,3 +12,6 @@ dnf5 install -y \
pavucontrol
cp /ctx/hypr* /usr/lib/systemd/system
for service in $(ls /ctx/hypr*); do
systemctl enable $service;
done