10 lines
104 B
Nix
10 lines
104 B
Nix
_:
|
|
{
|
|
imports = [
|
|
./core.nix
|
|
./automount.nix
|
|
./mime.nix
|
|
./shell
|
|
./programs
|
|
];
|
|
}
|