2024-02-28 16:26:12 -05:00

11 lines
126 B
Nix

{ pkgs, config, ... }:
{
programs = {
zoxide = {
enable = true;
enableZshIntegration = true;
};
};
}