diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 3e667c09..ec9b0296 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -20,14 +20,10 @@ yay --noconfirm -Syu \ fish \ zoxide \ fzf \ - dconf-editor \ sl \ openssh \ terminal-parrot \ rar \ - flatpak \ - `# Fixes: https://www.reddit.com/r/flatpak/comments/168tav2/how_to_fix_blurry_flatpaks_on_high_resolution/` \ - xdg-desktop-portal-gtk \ ; . "../Software/vim/install.sh"; @@ -47,6 +43,14 @@ yay --noconfirm -Syu \ yay --noconfirm -Syu power-profiles-daemon; sudo systemctl enable --now power-profiles-daemon; +# GUI Applications +yay --noconfirm -Syu \ + dconf-editor \ + flatpak \ + `# Fixes: https://www.reddit.com/r/flatpak/comments/168tav2/how_to_fix_blurry_flatpaks_on_high_resolution/` \ + xdg-desktop-portal-gtk \ + ; + # Networking yay --noconfirm -Syu networkmanager-openvpn;