chore(nix/darwin): Add zoxide

This commit is contained in:
Ahmad Ansori Palembani 2024-09-08 15:35:45 +07:00
parent ca70106b56
commit 9d3f986f1b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -38,6 +38,7 @@
pkgs.coreutils-full
pkgs.rclone
(pkgs.yt-dlp.override { withAlias = true; })
pkgs.zoxide
# >> For macOS only
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
pkgs.duti