home-manager/zoxide.nix

10 lines
94 B
Nix

{ ... }:
{
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}