Set default editor

This commit is contained in:
muon 2024-06-12 15:43:14 +00:00
parent c56b27fdbb
commit 17f66b8453

View file

@ -10,6 +10,9 @@
nix-direnv.enable = true;
};
home.sessionVariables.EDITOR = "hx";
zsh.sessionVariables.EDITOR = "hx";
programs.helix = {
enable = true;