This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
programs.zoxide = {
|
|
enable = true;
|
|
# TODO remove once zoxide is updated for new nushell def --env syntax
|
|
enableNushellIntegration = false;
|
|
};
|
|
}
|