feat: colorize 'kubectl' output

This commit is contained in:
2026-02-17 17:38:21 +01:00
parent f8b0f62606
commit 323fbe15c8

View File

@@ -13,6 +13,11 @@
upbound upbound
]; ];
programs.kubecolor = {
enable = true;
enableAlias = true;
};
imports = [ imports = [
./helm.nix ./helm.nix
./k9s.nix ./k9s.nix