From c023c144c31097661ee0aa41db3689d6e1c06e22 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 9 Mar 2022 13:03:56 +0100 Subject: [PATCH] bundles/arch-with-gui: install firefox --- bundles/arch-with-gui/metadata.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/arch-with-gui/metadata.py b/bundles/arch-with-gui/metadata.py index ff82a8a..bae5136 100644 --- a/bundles/arch-with-gui/metadata.py +++ b/bundles/arch-with-gui/metadata.py @@ -49,6 +49,9 @@ defaults = { 'xorg-xev': {}, 'xorg-xinput': {}, 'xorg-xset': {}, + + # all them apps + 'firefox': {}, }, }, }