From 233e5fb7d43a0736857ee6b9f74967f03b73837c Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 10 Feb 2026 22:27:11 +0100 Subject: ... --- hm/soft/nixcord.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'hm/soft/nixcord.nix') diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix index e1345b2..52f6cd3 100644 --- a/hm/soft/nixcord.nix +++ b/hm/soft/nixcord.nix @@ -2,7 +2,6 @@ inputs, config, lib, - pkgs, ... }: let @@ -13,9 +12,6 @@ in options.hm.soft.nixcord.enable = lib.mkEnableOption "nixcord configuration"; config = lib.mkIf cfg.enable { - home.packages = with pkgs; [ - equibop - ]; programs.nixcord = { enable = true; discord = { @@ -25,11 +21,12 @@ in vencord.enable = false; equicord.enable = true; }; - # equibop = { - # enable = true; - # autoscroll.enable = true; - # }; + equibop = { + enable = true; + autoscroll.enable = true; + }; config = { + themeLinks = [ "https://raw.codeberg.page/AllPurposeMat/Disblock-Origin/DisblockOrigin.theme.css" ]; frameless = true; plugins = { ClearURLs.enable = true; -- cgit v1.3