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
|
jetbrains.datagrip
|
||||||
# keepassxc
|
# keepassxc
|
||||||
krita
|
krita
|
||||||
kubectl
|
|
||||||
kubernetes-helm
|
|
||||||
lutris
|
lutris
|
||||||
meld
|
meld
|
||||||
# minecraft
|
# minecraft
|
||||||
|
|
@ -143,6 +141,7 @@
|
||||||
# ../hm_modules/keepassxc.nix
|
# ../hm_modules/keepassxc.nix
|
||||||
../hm_modules/kdeconnect.nix
|
../hm_modules/kdeconnect.nix
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
|
../hm_modules/kubernetes-admin.nix
|
||||||
../hm_modules/libinput-gestures.nix
|
../hm_modules/libinput-gestures.nix
|
||||||
../hm_modules/mangohud.nix
|
../hm_modules/mangohud.nix
|
||||||
../hm_modules/megasync.nix
|
../hm_modules/megasync.nix
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@
|
||||||
inkscape
|
inkscape
|
||||||
jetbrains.datagrip
|
jetbrains.datagrip
|
||||||
krita
|
krita
|
||||||
kubectl
|
|
||||||
# lutris
|
# lutris
|
||||||
meld
|
meld
|
||||||
# minecraft
|
# minecraft
|
||||||
|
|
@ -112,6 +111,7 @@
|
||||||
../hm_modules/kdeconnect.nix
|
../hm_modules/kdeconnect.nix
|
||||||
# ../hm_modules/keepassxc.nix
|
# ../hm_modules/keepassxc.nix
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
|
../hm_modules/kubernetes-admin.nix
|
||||||
../hm_modules/mangohud.nix
|
../hm_modules/mangohud.nix
|
||||||
../hm_modules/megasync.nix
|
../hm_modules/megasync.nix
|
||||||
../hm_modules/mpv.nix
|
../hm_modules/mpv.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue