Files
dotfiles/home/apps/matrix.nix
servius 3a97de6af2
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
fix: Matrix server fix
2026-02-11 03:55:29 +05:30

8 lines
101 B
Nix

{pkgs, ...}: {
home.packages = [
pkgs.fluffychat
pkgs.fractal
# pkgs.quaternion
];
}