fix: move gnome-keyring & evolution from gnome to post_desktop

This commit is contained in:
2026-01-06 21:23:41 +01:00
parent 15fac4defc
commit 263952da37
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ set -ouex pipefail
dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control \ dnf5 install -y --setopt=exclude=gnome-tour,malcontent-control \
gnome-shell \ gnome-shell \
gnome-keyring \
gnome-keyring-pam \
gnome-terminal \ gnome-terminal \
gnome-bluetooth \ gnome-bluetooth \
gnome-calculator \ gnome-calculator \
@@ -18,7 +16,6 @@ dnf5 install -y \
totem \ totem \
nautilus \ nautilus \
seahorse \ seahorse \
evolution \
gstreamer1-plugin-libav gstreamer1-plugin-libav
git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com git clone https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator.git /usr/share/gnome-shell/extensions/clipboard-indicator@tudmotu.com

View File

@@ -3,6 +3,9 @@
set -ouex pipefail set -ouex pipefail
dnf5 install -y \ dnf5 install -y \
gnome-keyring \
gnome-keyring-pam \
evolution \
fzf \ fzf \
vlc \ vlc \
curl \ curl \