Files

9 lines
135 B
Nix
Raw Permalink Normal View History

2026-04-04 16:46:30 -04:00
{
flake.modules.homeManager.zoxide = {
programs.zoxide = {
enable = true;
enableZshIntegration = true;
};
};
}