mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
ea27db90b2
commit
02515d320d
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue