make sure zsh editor config can be materialised on mac
Some checks failed
use nix / build (push) Has been cancelled

This commit is contained in:
Cyryl Płotnicki 2024-10-02 15:42:46 +01:00
parent 6c9a7b9a0a
commit d0ee7b139c

View file

@ -14,8 +14,8 @@ in {
VISUAL = lib.mkForce helix;
};
programs.zsh.sessionVariables = {
EDITOR = lib.mkForce helix;
VISUAL = lib.mkForce helix;
EDITOR = helix;
VISUAL = helix;
};
systemd.user.sessionVariables = {
EDITOR = lib.mkForce helix;