reNixos/hand7s/programs/k9s.nix
s0me1newithhand7s b7924f8a1d feat(hand7s): k9s init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:35:32 +03:00

7 lines
67 B
Nix

_: {
programs = {
k9s = {
enable = true;
};
};
}