os/hosts/fae/default.nix
2024-06-24 23:00:22 +02:00

8 lines
87 B
Nix

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