7 lines
104 B
Nix
7 lines
104 B
Nix
{ ... }: {
|
|
programs.zsh = {
|
|
enable = true;
|
|
autocd = true;
|
|
defaultKeymap = "emacs";
|
|
};
|
|
}
|