refactor: remove unused Bitwarden entry and disable missing packages in Ansible tasks
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2025-03-06 14:05:20 +01:00
parent 5fae7d43fa
commit 4347b6c6dc
2 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@ source $DOTFILES_PATH/bin/helpers/functions.sh
# Define associative array with app_name => command mapping
declare -A apps=(
["vesktop"]="vesktop"
["bitwarden"]="bitwarden"
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
["ulauncher"]="ulauncher --no-window-shadow --hide-window"
)