refactor: remove unused Bitwarden entry and disable missing packages in Ansible tasks
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
5fae7d43fa
commit
4347b6c6dc
@ -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"
|
||||
)
|
||||
|
@ -30,11 +30,6 @@
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
###### THE FOLLOWING PACKAGES ARE DISABLED DUE TO MISSING ON UBUNTU REPOS ######
|
||||
# Required by Pano - Clipboard Manager (GNOME Extension)
|
||||
# - libgda
|
||||
# - libgda-sqlite
|
||||
# Required by Bubblemail - Email Notifications (GNOME Extension)
|
||||
# - bubblemail
|
||||
# Steam and it's dependencies
|
||||
# - steam
|
||||
# - steam-devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user