vesktop: don't use system vencord by default

This commit is contained in:
seth
2024-05-10 18:19:42 -04:00
parent 82b3012809
commit 94b6d81e72
+1 -1
View File
@@ -19,7 +19,7 @@
, withTTS ? true
# Enables the use of vencord from nixpkgs instead of
# letting vesktop manage it's own version
, withSystemVencord ? true
, withSystemVencord ? false
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vesktop";