flocon/home/terminal/shell/zoxide.nix

6 lines
85 B
Nix

{
programs.zoxide = {
enable = true;
enableBashIntegration = false;
};
}