k9s: ship skins

These allow users to easily configure skins available upstream, for example by linking them to their home config dir.

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer 2025-07-12 17:13:00 +02:00
parent e03fbf701d
commit 78b33f638b

View File

@ -59,6 +59,9 @@ buildGoModule (finalAttrs: {
--bash <($out/bin/k9s completion bash) \
--fish <($out/bin/k9s completion fish) \
--zsh <($out/bin/k9s completion zsh)
mkdir -p $out/share/k9s/skins
cp -r $src/skins/* $out/share/k9s/skins/
'';
nativeCheckInputs = [ writableTmpDirAsHomeHook ];