From 5fc49aee8114bf4a1c29351a0600c7f225485abc Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Fri, 20 Dec 2024 13:21:29 -0600 Subject: [PATCH] Adding DX gnome extensions --- recipes/DX.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/recipes/DX.yml b/recipes/DX.yml index f34047d..b0eaf91 100644 --- a/recipes/DX.yml +++ b/recipes/DX.yml @@ -32,6 +32,18 @@ modules: # "firefox" is the main package, "firefox-langpacks" is a dependency #- firefox #- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) + - type: gnome-extensions + install: + #- AppIndicator and KStatusNotifierItem Support + - Auto Power Profile + - Battery Usage Wattmeter + #- Blur my Shell + #- Dash to Dock + - Forge + #- GSConnect + - OpenWeather Refined + #- Tailscale QS + - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)