nixos/modules/system/default.nix
2022-12-25 12:02:43 +01:00

9 lines
71 B
Nix

{ ... }:
{
imports = [
./avahi
./docker
./podman
];
}