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 hook-env | source
|
||||||
rtx activate fish | source
|
rtx activate fish | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
|
set -gx PATH $PATH $HOME/.krew/bin
|
||||||
'';
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
fish_greeting = {
|
fish_greeting = {
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
fluxcd
|
fluxcd
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
cilium-cli
|
cilium-cli
|
||||||
|
hubble
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
cowsay
|
cowsay
|
||||||
|
|
Reference in a new issue