diff --git a/build_files/02_hyprland.sh b/build_files/02_hyprland.sh index 77bbf45..b192170 100755 --- a/build_files/02_hyprland.sh +++ b/build_files/02_hyprland.sh @@ -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