From 66eff7dbb117ccf9cbf743036f058d5dcb0a78e6 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 31 May 2026 23:41:20 +0200 Subject: updated, revised some modules, cleaned up secrets management --- hm/soft/chat.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hm/soft/chat.nix') diff --git a/hm/soft/chat.nix b/hm/soft/chat.nix index b886656..90a3887 100644 --- a/hm/soft/chat.nix +++ b/hm/soft/chat.nix @@ -2,14 +2,24 @@ config, pkgs, lib, + inputs, ... }: let cfg = config.hm.soft.chat; in { + imports = [ inputs.nixcord.homeModules.nixcord ]; + options.hm.soft.chat.enable = lib.mkEnableOption "chatting apps"; config = lib.mkIf cfg.enable { + programs.nixcord = { + enable = true; + discord = { + vencord.enable = false; + equicord.enable = true; + }; + }; home.packages = with pkgs; [ telegram-desktop simplex-chat-desktop -- cgit v1.3