nixos/modules/services/default.nix

9 lines
63 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./homarr
./rss-bridge
];
}