home-manager/private/zoxide.nix

10 lines
94 B
Nix
Raw Normal View History

2024-07-09 19:58:33 +00:00
{ ... }:
{
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}