os/hosts/fae/default.nix

10 lines
106 B
Nix

{ ... }:
{
imports = [
./actual.nix
./paperless.nix
./invoiceplane.nix
./fae.nix
];
}