Files
nix-config/home/base/desktop/container/default.nix
2023-08-03 23:16:12 +08:00

7 lines
73 B
Nix

{ ... }: {
imports = [
./container.nix
./kubernetes.nix
];
}