chore: nix shell is now showing a prefix

This commit is contained in:
0xWheatyz 2025-11-24 01:04:48 +00:00
parent 361d22cd12
commit 4d6f104a1f

View File

@ -19,6 +19,8 @@ pkgs.mkShell {
export TALOSCONFIG="$(pwd)/testing1/.talosconfig"
export KUBECONFIG="$(pwd)/testing1/kubeconfig"
export NIX_PROJECT_SHELL="kubernetes-management"
# Source your Home Manager generated Zsh configuration
# This assumes your home-manager configuration is applied to your user.
# The exact path might vary slightly based on your home-manager setup.