9 lines
74 B
Nix
9 lines
74 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./documentation
|
||
|
./fonts
|
||
|
./nix
|
||
|
];
|
||
|
}
|