From b7924f8a1d28f963696d89a25a28ace4402e8dac Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 16:35:32 +0300 Subject: [PATCH] feat(hand7s): k9s init Signed-off-by: s0me1newithhand7s --- hand7s/programs/k9s.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hand7s/programs/k9s.nix diff --git a/hand7s/programs/k9s.nix b/hand7s/programs/k9s.nix new file mode 100644 index 0000000..8a22b53 --- /dev/null +++ b/hand7s/programs/k9s.nix @@ -0,0 +1,7 @@ +_: { + programs = { + k9s = { + enable = true; + }; + }; +}