mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
9 lines
71 B
Nix
9 lines
71 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./avahi
|
|
./docker
|
|
./podman
|
|
];
|
|
}
|
|
|