mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
f95f539cad
Former-commit-id: 915a767283
8 lines
112 B
Nix
8 lines
112 B
Nix
# Zoxide is a cd replacement
|
|
{
|
|
programs.zoxide = {
|
|
enable = true;
|
|
enableZshIntegration = true;
|
|
};
|
|
}
|