nix-config/modules2/zsh/variables.nix
Oliver Davies 556de5e482
All checks were successful
/ check (push) Successful in 1m38s
Move zsh configuration
2025-07-28 02:43:35 +01:00

5 lines
109 B
Nix

{
flake.modules.homeManager.base.programs.zsh.localVariables = {
ABBR_SET_EXPANSION_CURSOR = 1;
};
}