feat(k8s): add kubernetes module with all needed stuff
This commit is contained in:
parent
cbb52da79b
commit
a7447fbafe
3 changed files with 33 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
signingKey = "6E1A834E282FBD98B48069444447A19BBEDB8DBA";
|
||||
signByDefault = true;
|
||||
};
|
||||
k8s = {
|
||||
enable = true;
|
||||
kubectlPlugins = with pkgs; [
|
||||
kubectl-cnpg
|
||||
];
|
||||
};
|
||||
neovim.enable = true;
|
||||
starship.enable = true;
|
||||
tmux = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue