Auto-commit: 2026-01-06 03:34:47

This commit is contained in:
2026-01-06 03:34:47 +00:00
parent 4663f2c702
commit ad65da5344

View File

@@ -8,7 +8,6 @@ in
enable = true; enable = true;
package = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.vesktop.override { package = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.vesktop.override {
withMiddleClickScroll = true; withMiddleClickScroll = true;
withSystemVencord = true;
}; };
settings = { settings = {
arRPC = true; arRPC = true;
@@ -16,6 +15,7 @@ in
minimizeToTray = true; minimizeToTray = true;
}; };
vencord = { vencord = {
useSystem = true;
settings = { settings = {
plugins = { plugins = {
AlwaysTrust.enabled = true; AlwaysTrust.enabled = true;