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

9 lines
74 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{
2025-01-19 23:40:54 -06:00
programs.nheko = {
2024-10-06 15:25:05 -05:00
enable = true;
settings = {
2025-01-19 23:40:54 -06:00
2024-10-06 15:25:05 -05:00
};
};
}