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