nixos/home-modules/zsh.nix

8 lines
104 B
Nix
Raw Normal View History

2025-05-03 23:42:03 -07:00
{ ... }: {
programs.zsh = {
enable = true;
autocd = true;
defaultKeymap = "emacs";
};
}