7 lines
58 B
Nix
7 lines
58 B
Nix
{ ... }: {
|
|
imports = [
|
|
./Foot.nix
|
|
./Fprint.nix
|
|
];
|
|
}
|