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.
This commit is contained in:
Austin Horstman 2026-06-14 12:42:43 -05:00
commit 730d827007
No known key found for this signature in database

View file

@ -54,7 +54,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,