From 27da42dd36aaad7e17a73dc18c92d91d995c9ee8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 4 Oct 2025 03:52:59 +0200 Subject: fix: remove hideAttachments plugin --- modules/home-manager/nixcord.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/home-manager/nixcord.nix b/modules/home-manager/nixcord.nix index 92935c9..3655d17 100644 --- a/modules/home-manager/nixcord.nix +++ b/modules/home-manager/nixcord.nix @@ -9,19 +9,13 @@ config = lib.mkIf config.nixcord.enable { programs.nixcord = { enable = true; - #discord.enable = false; - #vesktop.enable = true; - #quickCss = "some CSS"; # quickCSS file config = { - #useQuickCss = true; # use our quickCSS themeLinks = [ - # or use an online theme "https://refact0r.github.io/system24/theme/system24.theme.css" ]; - frameless = true; # set some Vencord options + frameless = true; plugins = { alwaysAnimate.enable = false; - hideAttachments.enable = true; imageLink.enable = true; imageZoom.enable = true; translate.enable = true; -- cgit v1.3.1