diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 368d27e..b46b258 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -146,11 +146,13 @@ $o = { if_($has_gnome, 'task-gnome', 'gdm', # sometimes gets nuked during build 'gnome-shell', 'caribou', 'caribou-gtk3', 'brasero', 'gparted', 'gnome-classic-session', 'hexchat', + 'manatools-gtk', # take new tools for a spin ), # Plasma specific stuff if_($has_plasma5, 'task-plasma5', 'sddm', # sometimes gets nuked during build + 'manatools-qt' # take new tools for a spin ), ], |