From 14036bed49f3d833a2d9ee6f57936dad0c20be9a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 23 May 2024 21:54:23 +0900 Subject: [PATCH] updated AGS to included thunderbird-bin and libreoffice-bin from Gentoo --- config/ags/modules/.configuration/user_options.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/ags/modules/.configuration/user_options.js b/config/ags/modules/.configuration/user_options.js index ba8c5ab..db19439 100644 --- a/config/ags/modules/.configuration/user_options.js +++ b/config/ags/modules/.configuration/user_options.js @@ -75,8 +75,11 @@ let configOptions = { 'Minecraft* 1.20.1': "minecraft", 'gnome-tweaks': "org.gnome.tweaks", 'pavucontrol-qt': "pavucontrol", + 'thunderbird-esr': "thunderbird", 'wps': "wps-office2019-kprometheus", 'wpsoffice': "wps-office2019-kprometheus", + 'firefox-esr': "firefox", + 'soffice' : "libreoffice", '': "image-missing", } },