summary refs log tree commit diff
path: root/pkgs/os-specific/linux/conky
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-09-01 17:35:17 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-01 17:35:17 +0200
commit7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f (patch)
tree77ae8e7d47c1b9c10808e2bb0cb78fadd639806e /pkgs/os-specific/linux/conky
parent6443915b07e347baeb3d6953a18204a2406cd9b6 (diff)
downloadnixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.tar
nixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.tar.gz
nixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.tar.bz2
nixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.tar.lz
nixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.tar.xz
nixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.tar.zst
nixpkgs-7f99876f506af05cb4ed8566a5e2dc1b27c5bc2f.zip
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 <aszlig@redmoonstudios.org>
Cc: @canndrew, @Mic92
Diffstat (limited to 'pkgs/os-specific/linux/conky')
-rw-r--r--pkgs/os-specific/linux/conky/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix
index 35bcb6151c5..2eb1888a85f 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