Use updated packages and where old packages can now be found
Some checks failed
Build container image / Build and push image (pull_request) Failing after 4m58s
Some checks failed
Build container image / Build and push image (pull_request) Failing after 4m58s
This commit is contained in:
@@ -9,6 +9,7 @@ dnf5 -y install \
|
||||
playerctl \
|
||||
qt5-qtwayland \
|
||||
qt6-qtwayland \
|
||||
qt6ct \
|
||||
xdg-desktop-portal \
|
||||
xdg-desktop-portal-gtk \
|
||||
xdg-desktop-portal-kde \
|
||||
|
||||
@@ -4,6 +4,7 @@ set -ouex pipefail
|
||||
|
||||
dnf5 -y copr enable lionheartp/Hyprland
|
||||
dnf5 -y copr enable errornointernet/quickshell
|
||||
dnf5 -y copr enable tofik/nwg-shell
|
||||
|
||||
dnf5 -y install \
|
||||
kitty kitty-kitten \
|
||||
@@ -12,12 +13,11 @@ dnf5 -y install \
|
||||
aquamarine \
|
||||
hyprland-git \
|
||||
hyprpolkitagent \
|
||||
hyprshot \
|
||||
grim \
|
||||
slurp \
|
||||
hyprland-qt-support \
|
||||
hyprqt6engine \
|
||||
hyprland-qtutils \
|
||||
hyprland-guiutils \
|
||||
xdg-desktop-portal-hyprland \
|
||||
hyprsysteminfo \
|
||||
swww \
|
||||
nwg-look \
|
||||
matugen \
|
||||
@@ -27,3 +27,4 @@ dnf5 -y install \
|
||||
|
||||
dnf5 -y copr disable lionheartp/Hyprland
|
||||
dnf5 -y copr disable errornointernet/quickshell
|
||||
dnf5 -y copr disable tofik/nwg-shell
|
||||
|
||||
@@ -5,5 +5,6 @@ set -ouex pipefail
|
||||
dnf5 -y config-manager addrepo --from-repofile=https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
|
||||
|
||||
dnf5 -y install zed
|
||||
dnf5 -y install swww
|
||||
|
||||
rm -f /etc/yum.repos.d/terra.repo
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
QT_QPA_PLATFORMTHEME=hyprqt6engine
|
||||
QT_QUICK_CONTROLS_STYLE=org.hyprland.style
|
||||
QT_QUICK_CONTROLS_STYLE=qt6ct
|
||||
|
||||
Reference in New Issue
Block a user