nix-config/modules/zsh/vi-mode.nix

4 lines
75 B
Nix
Raw Permalink Normal View History

2025-09-17 20:48:31 +01:00
{
flake.modules.homeManager.base.programs.zsh.defaultKeymap = "viins";
}