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.
This commit is contained in:
parent
109937ebaf
commit
730d827007
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue