neofetch: default x11Support to true on Linux only

neofetch currently fails to build on platforms other than Linux with
x11Support = true as ueberzug 18.3.1 only works on Linux (see #437381).
Only set x11Support to true for Linux. Other platforms could be
supported by switching to ueberzugpp.

Fixes: #436876

+1 -1
+1 -1
pkgs/by-name/ne/neofetch/package.nix
··· 5 5 bash, 6 6 makeWrapper, 7 7 pciutils, 8 - x11Support ? !stdenvNoCC.hostPlatform.isOpenBSD, 8 + x11Support ? stdenvNoCC.hostPlatform.isLinux, 9 9 ueberzug, 10 10 fetchpatch, 11 11 }: