From 730d82700790b92a1f1401ae6b79c5dbc5b57084 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 14 Jun 2026 12:42:43 -0500 Subject: [PATCH] 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. --- pkgs/by-name/fa/fastfetch/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/fa/fastfetch/package.nix b/pkgs/by-name/fa/fastfetch/package.nix index 3fc1154db9e1..c21ce3611bd9 100644 --- a/pkgs/by-name/fa/fastfetch/package.nix +++ b/pkgs/by-name/fa/fastfetch/package.nix @@ -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,