diff --git a/install-flatpaks.sh b/install-flatpaks.sh index 9c6f674..9b58d97 100755 --- a/install-flatpaks.sh +++ b/install-flatpaks.sh @@ -47,6 +47,7 @@ FLATPAKS=( "org.pipewire.Helvum" "com.jeffser.Alpaca" "ai.lmstudio.lm-studio" + com.bitwarden.desktop ) for pak in "${FLATPAKS[@]}"; do diff --git a/packages.conf b/packages.conf index 9433365..04ba099 100644 --- a/packages.conf +++ b/packages.conf @@ -95,7 +95,6 @@ MAINTENANCE=( # Desktop environment DESKTOP=( - bitwarden element-desktop gnome gnome-tweaks diff --git a/remove-packages.conf b/remove-packages.conf index 0af271b..9a5324e 100644 --- a/remove-packages.conf +++ b/remove-packages.conf @@ -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 )