5 lines
109 B
Nix
5 lines
109 B
Nix
{
|
|
flake.modules.homeManager.base.programs.zsh.localVariables = {
|
|
ABBR_SET_EXPANSION_CURSOR = 1;
|
|
};
|
|
}
|