diff options
| author | adikro <adikro@disroot.org> | 2026-06-12 00:53:25 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-12 00:53:25 +0200 |
| commit | 1eba5398fd09f98bd11cbf8c3b80f20bb9ce1f2d (patch) | |
| tree | c103e3d6ee0e3b2a1e3ac8fd525c08eb7d37e938 /hm/soft/chat.nix | |
| parent | 66eff7dbb117ccf9cbf743036f058d5dcb0a78e6 (diff) | |
microvm and dns stuff
Diffstat (limited to 'hm/soft/chat.nix')
| -rw-r--r-- | hm/soft/chat.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hm/soft/chat.nix b/hm/soft/chat.nix index 90a3887..b886656 100644 --- a/hm/soft/chat.nix +++ b/hm/soft/chat.nix @@ -2,24 +2,14 @@ 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 |
