feat: add 'k8s' home module

This commit is contained in:
2026-02-02 16:53:20 +01:00
parent 0778b12305
commit f57cabb186
5 changed files with 21 additions and 2 deletions

11
home/modules/k8s/k9s.nix Normal file
View File

@@ -0,0 +1,11 @@
{
programs.k9s = {
enable = true;
settings.k9s = {
ui = {
logoless = true;
reactive = true;
};
};
};
}