From e75c9b9285bbb40e0f5b58a1eaf460c1a1d43cd2 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Fri, 20 Dec 2024 11:56:06 -0600 Subject: [PATCH] DX changes (although may not need it?) --- recipes/DX.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/DX.yml b/recipes/DX.yml index 51e3d22..8cd5f8f 100644 --- a/recipes/DX.yml +++ b/recipes/DX.yml @@ -24,14 +24,14 @@ modules: install: - micro - starship - - @cosmic-desktop-environment + - "@cosmic-desktop-environment" - tldr # - cosmic-desktop - remove: + # remove: # example: removing firefox (in favor of the flatpak) # "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) + #- firefox + #- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)