declarative-jellyfin/modules/default.nix
2025-04-03 12:50:54 +02:00

7 lines
61 B
Nix

{...}: {
imports = [
./config.nix
./options
];
}