From 1be09af058424219de2aad4b9cc27ccf760d23f6 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 1 Mar 2026 19:57:16 +0100 Subject: ... --- hm/soft/nixcord.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hm/soft/nixcord.nix') diff --git a/hm/soft/nixcord.nix b/hm/soft/nixcord.nix index 52f6cd3..112a82b 100644 --- a/hm/soft/nixcord.nix +++ b/hm/soft/nixcord.nix @@ -1,6 +1,7 @@ { inputs, config, + pkgs, lib, ... }: @@ -12,6 +13,10 @@ in options.hm.soft.nixcord.enable = lib.mkEnableOption "nixcord configuration"; config = lib.mkIf cfg.enable { + home.packages = with pkgs; [ + stoat-desktop + element-desktop + ]; programs.nixcord = { enable = true; discord = { -- cgit v1.3