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