9 lines
64 B
Nix
9 lines
64 B
Nix
{
|
|
...
|
|
}: {
|
|
imports = [
|
|
./tools.nix
|
|
./zsh.nix
|
|
];
|
|
}
|