mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
10 lines
166 B
Nix
10 lines
166 B
Nix
{
|
|
flake.modules.homeManager.shell = {
|
|
programs.zoxide = {
|
|
enable = true;
|
|
options = [ "--cmd cd" ];
|
|
enableZshIntegration = true;
|
|
};
|
|
};
|
|
}
|