niksos/homes/jacek/cli/zoxide/default.nix

12 lines
158 B
Nix
Raw Normal View History

2023-07-13 12:49:20 +02:00
{
config,
...
}: {
config = {
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
};
}