fastfetch: disable enlightment by default

Added to fit into the theme of the full fat fastfetch providing all
features.. but, nixpkgs enlightenment lib isn't packaged well enough and
bloats closure for something that's supposed to just be a lib
dependency.

(cherry picked from commit 730d827007)
This commit is contained in:
Austin Horstman 2026-06-14 12:42:43 -05:00 committed by github-actions[bot]
commit 02515d320d

View file

@ -51,7 +51,8 @@
dbusSupport ? true,
flashfetchSupport ? false,
terminalSupport ? true,
enlightenmentSupport ? true,
# NOTE: disabled by default until lib dependency closure is minimal
enlightenmentSupport ? false,
gnomeSupport ? true,
imageSupport ? true,
openclSupport ? true,