chore: reorganized matrix clients

This commit is contained in:
Nick 2025-02-04 14:04:18 -06:00
parent 0bd16f90fe
commit 0e40067762
4 changed files with 10 additions and 11 deletions

View file

@ -0,0 +1,11 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
element-desktop
;
};
}