dotfiles/modules/home/gui/apps/messaging/matrix/nheko/default.nix

9 lines
74 B
Nix
Raw Normal View History

2025-03-29 23:08:26 -05:00
{
programs.nheko = {
enable = true;
settings = {
};
};
}