From 3a13bdf55f860b620063717751bec3f7ccea73a5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 2 Feb 2024 09:02:34 -0800 Subject: install kubectl --- home/dev.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/dev.nix b/home/dev.nix index 0c35380..00107f3 100644 --- a/home/dev.nix +++ b/home/dev.nix @@ -29,6 +29,8 @@ in pythonEnv + kubectl + google-cloud-sdk ]; @@ -36,6 +38,10 @@ in config.home.sessionVariables.GOBIN ]; + programs.zsh.shellAliases = { + kc = "kubectl"; + }; + home.sessionVariables = with config.xdg; { IPYTHONDIR = "${cacheHome}/ipython"; PIP_LOG = "${cacheHome}/pip/pip.log"; -- cgit 1.4.1