diff --git a/packages/packages.sh b/packages/packages.sh index a9ede64..7248af1 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -121,10 +121,11 @@ if has_tags pm:apt; then zsh-syntax-highlighting \ jq \ git \ - gnupg2 \ - yakuake + gnupg2 if has_tags desktop; then - apt_install ibus + apt_install \ + ibus \ + yakuake fi add_tag pm:pip3 fi