14 lines
138 B
Nix
14 lines
138 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./docker.nix
|
|
./openssh.nix
|
|
./podman.nix
|
|
./vm.nix
|
|
./zsh.nix
|
|
];
|
|
}
|