nixfiles/home/profiles/shell/z.nix

6 lines
86 B
Nix

_: {
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
}