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
|
# Define associative array with app_name => command mapping
|
||||||
declare -A apps=(
|
declare -A apps=(
|
||||||
["vesktop"]="vesktop"
|
["vesktop"]="vesktop"
|
||||||
["bitwarden"]="bitwarden"
|
|
||||||
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
["ktailctl"]="flatpak run org.fkoehler.KTailctl"
|
||||||
["ulauncher"]="ulauncher --no-window-shadow --hide-window"
|
["ulauncher"]="ulauncher --no-window-shadow --hide-window"
|
||||||
)
|
)
|
||||||
|
@ -30,11 +30,6 @@
|
|||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name:
|
name:
|
||||||
###### THE FOLLOWING PACKAGES ARE DISABLED DUE TO MISSING ON UBUNTU REPOS ######
|
###### 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 and it's dependencies
|
||||||
# - steam
|
# - steam
|
||||||
# - steam-devices
|
# - steam-devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user