diff --git a/modules/shell.nix b/modules/shell.nix index a6c0e75..fd87a04 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -34,4 +34,8 @@ ]; }; }; + programs.zoxide = { + enable = true; + options = [ "--cmd cd" ]; + }; }