mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
fix: enable hyprland starting service
This commit is contained in:
@@ -12,3 +12,6 @@ dnf5 install -y \
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
|
|
||||||
cp /ctx/hypr* /usr/lib/systemd/system
|
cp /ctx/hypr* /usr/lib/systemd/system
|
||||||
|
for service in $(ls /ctx/hypr*); do
|
||||||
|
systemctl enable $service;
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user