pkgs: add 'zsh-done'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-08-13 15:31:43 +01:00
parent 254eb0cb2d
commit a87429b067
2 changed files with 36 additions and 0 deletions

View file

@ -39,4 +39,6 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
volantes-cursors = pkgs.callPackage ./volantes-cursors { };
wifi-qr = pkgs.callPackage ./wifi-qr { };
zsh-done = pkgs.callPackage ./zsh-done { };
})