nixos-config/modules/default.nix

10 lines
103 B
Nix
Raw Normal View History

2024-12-30 23:14:25 -05:00
{ ... }:
{
imports = [
./backup.nix
./caddy.nix
2025-02-08 01:30:04 -05:00
./roundcube.nix
2025-02-13 21:49:52 -05:00
./zipline.nix
];
}