mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-11 18:18:37 +02:00
9 lines
133 B
Nix
9 lines
133 B
Nix
_: {
|
|
flake.homeModules.zoxide = _: {
|
|
programs.zoxide = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
};
|
|
}
|