switch bitwarden back to flatpak

This commit is contained in:
2026-07-28 09:45:04 -06:00
parent 2c7f581429
commit 3f2972c503
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -47,6 +47,7 @@ FLATPAKS=(
"org.pipewire.Helvum"
"com.jeffser.Alpaca"
"ai.lmstudio.lm-studio"
com.bitwarden.desktop
)
for pak in "${FLATPAKS[@]}"; do
-1
View File
@@ -95,7 +95,6 @@ MAINTENANCE=(
# Desktop environment
DESKTOP=(
bitwarden
element-desktop
gnome
gnome-tweaks
+1 -1
View File
@@ -4,6 +4,7 @@
# Pacman / AUR packages to remove (works for both pacman and yay packages)
REMOVE_PACMAN=(
alpaca-ai
bitwarden
conky-cli
lmstudio-bin
neofetch
@@ -13,5 +14,4 @@ REMOVE_PACMAN=(
# Flatpak applications to remove
REMOVE_FLATPAKS=(
com.github.iwalton3.jellyfin-media-player
com.bitwarden.desktop
)