15 lines
174 B
Nix
15 lines
174 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
|
|
imports = [
|
|
./desktop-environment.nix
|
|
./greeter.nix
|
|
./hardware.nix
|
|
./office-suite.nix
|
|
./security.nix
|
|
./video.nix
|
|
./llm.nix
|
|
];
|
|
}
|