Commit 78b33f63 authored by Paul Meyer's avatar Paul Meyer
Browse files

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: default avatarPaul Meyer <katexochen0@gmail.com>
parent e03fbf70
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 ];