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