PortValhalla/lib/modules/valhalla.nix

7 lines
67 B
Nix

{ ... }: {
imports = [
./i18n.nix
./partition.nix
];
}