mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
17 lines
247 B
Nix
17 lines
247 B
Nix
{...}: {
|
|
programs.k9s = {
|
|
enable = true;
|
|
|
|
views = {
|
|
"v1/pods" = {
|
|
columns = [
|
|
"NAME"
|
|
"USER:.metadata.labels.handle"
|
|
"STATUS"
|
|
"READY"
|
|
"AGE"
|
|
];
|
|
};
|
|
};
|
|
};
|
|
}
|