summary refs log tree commit diff
path: root/pkgs/applications/misc/khard/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/khard/default.nix')
-rw-r--r--pkgs/applications/misc/khard/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/misc/khard/default.nix b/pkgs/applications/misc/khard/default.nix
index 3c5184d54632..8ec4e7f06d16 100644
--- a/pkgs/applications/misc/khard/default.nix
+++ b/pkgs/applications/misc/khard/default.nix
@@ -40,6 +40,10 @@ in with python.pkgs; buildPythonApplication rec {
     unidecode
   ];
 
+  postInstall = ''
+    install -D misc/zsh/_khard $out/share/zsh/site-functions/_khard
+  '';
+
   # Fails; but there are no tests anyway.
   doCheck = false;