mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add iamb to crow comms
This commit is contained in:
parent
d171a3e449
commit
a505c76621
3 changed files with 190 additions and 77 deletions
|
|
@ -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
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue