make sure zsh editor config can be materialised on mac
Some checks failed
use nix / build (push) Has been cancelled
Some checks failed
use nix / build (push) Has been cancelled
This commit is contained in:
parent
6c9a7b9a0a
commit
d0ee7b139c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue