add zoxide
This commit is contained in:
parent
970b0bc69e
commit
0387ffe161
|
@ -56,4 +56,10 @@
|
||||||
psv = "source .venv/bin/activate";
|
psv = "source .venv/bin/activate";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue