conky: Don't enable nvidiaSupport by default
This has been introduced in 6a6fb6d31c
.
Relying on non-free software by default is probably a bad idea. Apart
from the fact that (sane) people usually don't want to have it sitting
on their system even people who don't care will have to set
"allowUnfree" to true in order to install conky.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @canndrew, @Mic92
This commit is contained in:
parent
6443915b07
commit
7f99876f50
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
, toluapp ? null
|
||||
|
||||
, wirelessSupport ? true , wirelesstools ? null
|
||||
, nvidiaSupport ? true , libXNVCtrl ? null
|
||||
, nvidiaSupport ? false , libXNVCtrl ? null
|
||||
|
||||
, curlSupport ? true , curl ? null
|
||||
, rssSupport ? curlSupport
|
||||
|
|
Loading…
Reference in a new issue