Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ fastfetch }: 2fastfetch.override { 3 audioSupport = false; 4 brightnessSupport = false; 5 dbusSupport = false; 6 flashfetchSupport = false; 7 gnomeSupport = false; 8 imageSupport = false; 9 openclSupport = false; 10 openglSupport = false; 11 rpmSupport = false; 12 sqliteSupport = false; 13 terminalSupport = false; 14 vulkanSupport = false; 15 waylandSupport = false; 16 x11Support = false; 17 xfceSupport = false; 18}