feat: Added matrix

This commit is contained in:
2026-02-10 22:25:37 +05:30
parent e403e47c28
commit ddb53d879e
8 changed files with 195 additions and 55 deletions

5
home/apps/matrix.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
pkgs.fluffychat
];
}