add iamb to crow comms

This commit is contained in:
TheWanderingCrow 2025-10-30 13:58:34 -04:00
parent d171a3e449
commit a505c76621
3 changed files with 190 additions and 77 deletions

View file

@ -1,12 +1,15 @@
{pkgs, ...}: {
{ inputs, pkgs, ... }:
{
home.packages = builtins.attrValues {
inherit
(pkgs)
inherit (pkgs)
ferdium
discord
mattermost
slack
zoom
;
inherit (inputs.iamb-flake.packages.${pkgs.system})
default
;
};
}