Files
dotfiles/home/apps/matrix.nix
2026-02-10 22:25:37 +05:30

6 lines
62 B
Nix

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