overlay/modules/default.nix

8 lines
102 B
Nix
Raw Normal View History

2023-10-04 21:08:14 +00:00
{
imports = [
2023-12-13 22:57:13 +00:00
#./gotosocial.nix
./matrix-alertmanager-receiver.nix
2024-03-08 17:59:40 +00:00
#./mealie.nix
2023-10-04 21:08:14 +00:00
];
}