12 lines
122 B
Nix
12 lines
122 B
Nix
{ ... }: {
|
|
|
|
imports = [
|
|
./ollama
|
|
./wyoming
|
|
./openssh
|
|
./pipewire
|
|
./containers
|
|
./minecraft
|
|
];
|
|
}
|