feat(hand7s): k9s init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 16:35:32 +03:00
parent 8a17ce7ada
commit b7924f8a1d

7
hand7s/programs/k9s.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
programs = {
k9s = {
enable = true;
};
};
}