13 lines
131 B
Nix
13 lines
131 B
Nix
{ ... }: {
|
|
|
|
imports = [
|
|
./ollama
|
|
./openssh
|
|
./pipewire
|
|
./containers
|
|
./minecraft
|
|
./sddm
|
|
./novnc
|
|
];
|
|
}
|