fix: Matrix server fix
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-02-11 03:55:29 +05:30
parent 66b7a31943
commit 3a97de6af2
7 changed files with 64 additions and 39 deletions

View File

@@ -1,5 +1,7 @@
{pkgs, ...}: {
home.packages = [
pkgs.fluffychat
pkgs.fractal
# pkgs.quaternion
];
}