From 1fbea7456eeaf5a6e807bd22a7a12ed8ea870ecd Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Wed, 27 Sep 2023 19:01:15 +0200 Subject: [PATCH] Install yakuake on desktop by default. --- packages/packages.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/packages.sh b/packages/packages.sh index ac5e0da..8660ab5 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -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