From 4d6f104a1fa3066baff76fdbe5c494a987f9aab1 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Mon, 24 Nov 2025 01:04:48 +0000 Subject: [PATCH] chore: nix shell is now showing a prefix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 97c5f18..5db02f6 100644 --- a/shell.nix +++ b/shell.nix @@ -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.