diff --git a/configs/docker.nix b/configs/docker.nix index 23d55aa..83fe6f8 100644 --- a/configs/docker.nix +++ b/configs/docker.nix @@ -10,6 +10,7 @@ environment.systemPackages = with pkgs; [ docker-compose + lazydocker minikube ]; }