replace vscodium with system package

This commit is contained in:
Simon Rieger 2025-04-23 14:02:25 +02:00
parent 1258aeaaa4
commit 0cb43e3eb6
2 changed files with 6 additions and 2 deletions

View file

@ -23,7 +23,7 @@ exec-once = swaync &
exec-once = waybar & hyprpaper exec-once = waybar & hyprpaper
exec-once = [workspace 2 silent] firefox exec-once = [workspace 2 silent] firefox
exec-once = hypridle exec-once = hypridle
exec-once = [workspace 3 silent] flatpak run com.vscodium.codium exec-once = [workspace 3 silent] codium
exec-once = [workspace 4 silent] flatpak run com.spotify.Client exec-once = [workspace 4 silent] flatpak run com.spotify.Client
# Bitwarden Window Floating # Bitwarden Window Floating

View file

@ -53,9 +53,13 @@ sudo dnf install -y \
docker-ce docker-ce-cli containerd.io \ docker-ce docker-ce-cli containerd.io \
docker-buildx-plugin docker-compose-plugin docker-buildx-plugin docker-compose-plugin
## VSCodium
sudo rpmkeys --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg
printf "[gitlab.com_paulcarroty_vscodium_repo]\nname=download.vscodium.com\nbaseurl=https://download.vscodium.com/rpms/\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg\nmetadata_expire=1h\n" | sudo tee -a /etc/yum.repos.d/vscodium.repo
sudo dnf install codium
# Flatpak Setup # Flatpak Setup
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.vscodium.codium
flatpak install flathub com.spotify.Client flatpak install flathub com.spotify.Client
flatpak install flathub org.prismlauncher.PrismLauncher flatpak install flathub org.prismlauncher.PrismLauncher
flatpak install flathub com.github.IsmaelMartinez.teams_for_linux flatpak install flathub com.github.IsmaelMartinez.teams_for_linux