From 7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 1 Sep 2017 17:35:17 +0200 Subject: conky: Don't enable nvidiaSupport by default This has been introduced in 6a6fb6d31cc736af4cf9893deffcd0151f0b8c11. 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 Cc: @canndrew, @Mic92 --- pkgs/os-specific/linux/conky/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/os-specific/linux/conky/default.nix') diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix index 35bcb6151c5c7..2eb1888a85f81 100644 --- a/pkgs/os-specific/linux/conky/default.nix +++ b/pkgs/os-specific/linux/conky/default.nix @@ -26,7 +26,7 @@ , toluapp ? null , wirelessSupport ? true , wirelesstools ? null -, nvidiaSupport ? true , libXNVCtrl ? null +, nvidiaSupport ? false , libXNVCtrl ? null , curlSupport ? true , curl ? null , rssSupport ? curlSupport -- cgit 1.4.1