From a9c70b54edfa4acf76cfe7545cf36539dc1268fa Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 03:55:13 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 03:55:13 --- home/desktop/nixcord.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/desktop/nixcord.nix b/home/desktop/nixcord.nix index 727473d..12036be 100644 --- a/home/desktop/nixcord.nix +++ b/home/desktop/nixcord.nix @@ -17,13 +17,13 @@ ]; frameless = true; # Set some Vencord/Equicord options plugins = { - HideAttachments.enable = true; # Enable a plugin (works with both Vencord and Equicord) - ignoreActivities = { # Enable a plugin and set some options - enable = true; - ignorePlaying = true; - ignoreWatching = true; - ignoredActivities = [ "someActivity" ]; - }; + # HideAttachments.enable = true; # Enable a plugin (works with both Vencord and Equicord) + # ignoreActivities = { # Enable a plugin and set some options + # enable = true; + # ignorePlaying = true; + # ignoreWatching = true; + # ignoredActivities = [ "someActivity" ]; + # }; }; }; extraConfig = {