add krew to env and added the hubble package.
This commit is contained in:
parent
c52baa5977
commit
a3ffa1fc0a
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -38,6 +38,7 @@
|
|||
rtx hook-env | source
|
||||
rtx activate fish | source
|
||||
direnv hook fish | source
|
||||
set -gx PATH $PATH $HOME/.krew/bin
|
||||
'';
|
||||
functions = {
|
||||
fish_greeting = {
|
||||
|
@ -91,6 +92,7 @@
|
|||
fluxcd
|
||||
kubernetes-helm
|
||||
cilium-cli
|
||||
hubble
|
||||
|
||||
# misc
|
||||
cowsay
|
||||
|
|
Reference in a new issue