Add missing dependencies

This commit is contained in:
David Heinemeier Hansson
2025-06-02 18:36:03 +02:00
parent 09f00f200b
commit 6779c17387

View File

@ -1,6 +1,8 @@
sudo pacman -Sy --noconfirm --needed \ sudo pacman -Sy --noconfirm --needed \
sddm \
sddm-kcm \ sddm-kcm \
qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia qt6-base qt6-svg qt6-virtualkeyboard qt6-multimedia \
qt6-wayland qt5-wayland
sudo tee /usr/share/wayland-sessions/hyprland.desktop >/dev/null <<EOF sudo tee /usr/share/wayland-sessions/hyprland.desktop >/dev/null <<EOF
[Desktop Entry] [Desktop Entry]
@ -11,4 +13,16 @@ Type=Application
DesktopNames=Hyprland DesktopNames=Hyprland
EOF EOF
sudo tee /etc/sddm.conf >/dev/null <<EOF
[General]
DefaultSession=hyprland
[Theme]
Current=breeze
[Wayland]
SessionCommand=/usr/share/sddm/scripts/wayland-session
SessionLogFile=.cache/wayland-session.log
EOF
sudo systemctl enable sddm.service sudo systemctl enable sddm.service