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;