Skip to content

Commit

Permalink
conky: Don't enable nvidiaSupport by default
Browse files Browse the repository at this point in the history
This has been introduced in 6a6fb6d.

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
  • Loading branch information
aszlig committed Sep 1, 2017
1 parent 6443915 commit 7f99876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/conky/default.nix
Expand Up @@ -26,7 +26,7 @@
, toluapp ? null

, wirelessSupport ? true , wirelesstools ? null
, nvidiaSupport ? true , libXNVCtrl ? null
, nvidiaSupport ? false , libXNVCtrl ? null

, curlSupport ? true , curl ? null
, rssSupport ? curlSupport
Expand Down

0 comments on commit 7f99876

Please sign in to comment.