Kubernetes admin module
This commit is contained in:
parent
bed2b38661
commit
756f6f2e57
3 changed files with 9 additions and 3 deletions
7
hm_modules/kubernetes-admin.nix
Normal file
7
hm_modules/kubernetes-admin.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
unstable.lens
|
||||
];
|
||||
}
|
||||
|
|
@ -56,8 +56,6 @@
|
|||
jetbrains.datagrip
|
||||
# keepassxc
|
||||
krita
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
lutris
|
||||
meld
|
||||
# minecraft
|
||||
|
|
@ -143,6 +141,7 @@
|
|||
# ../hm_modules/keepassxc.nix
|
||||
../hm_modules/kdeconnect.nix
|
||||
../hm_modules/kitty.nix
|
||||
../hm_modules/kubernetes-admin.nix
|
||||
../hm_modules/libinput-gestures.nix
|
||||
../hm_modules/mangohud.nix
|
||||
../hm_modules/megasync.nix
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@
|
|||
inkscape
|
||||
jetbrains.datagrip
|
||||
krita
|
||||
kubectl
|
||||
# lutris
|
||||
meld
|
||||
# minecraft
|
||||
|
|
@ -112,6 +111,7 @@
|
|||
../hm_modules/kdeconnect.nix
|
||||
# ../hm_modules/keepassxc.nix
|
||||
../hm_modules/kitty.nix
|
||||
../hm_modules/kubernetes-admin.nix
|
||||
../hm_modules/mangohud.nix
|
||||
../hm_modules/megasync.nix
|
||||
../hm_modules/mpv.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue