Install yakuake on desktop by default.

master
Icedream 2023-09-27 19:01:15 +02:00
parent e8d4929300
commit 1fbea7456e
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 7 additions and 1 deletions

View File

@ -124,7 +124,8 @@ if has_tags pm:pacman; then
ttf-nerd-fonts-symbols-common \
ttf-nerd-fonts-symbols-mono \
ttf-fira-code \
ttf-segoe-ui-variable
ttf-segoe-ui-variable \
yakuake
fi
# pip
@ -158,6 +159,11 @@ if has_tags pm:apt; then
git \
gnupg2
add_tag pm:pip3
if has_tags desktop; then
apt_install \
yakuake
fi
fi
# Python3