nix-config/modules/zsh/variables.nix

6 lines
109 B
Nix
Raw Permalink Normal View History

2025-07-28 02:34:00 +01:00
{
flake.modules.homeManager.base.programs.zsh.localVariables = {
ABBR_SET_EXPANSION_CURSOR = 1;
};
}