From f22a7fcf211748a992ba70d2743a3a1f71554451 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 03:55:02 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 03:55:02 --- home/desktop/nixcord.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/desktop/nixcord.nix b/home/desktop/nixcord.nix index 92978c4..727473d 100644 --- a/home/desktop/nixcord.nix +++ b/home/desktop/nixcord.nix @@ -17,7 +17,7 @@ ]; frameless = true; # Set some Vencord/Equicord options plugins = { - hideAttachments.enable = true; # Enable a plugin (works with both Vencord and Equicord) + HideAttachments.enable = true; # Enable a plugin (works with both Vencord and Equicord) ignoreActivities = { # Enable a plugin and set some options enable = true; ignorePlaying = true;