helix: Set "EDITOR" env variable in nix config

This commit is contained in:
Culis Gaspard 2024-09-18 13:49:52 +02:00
parent c575ff0a3c
commit 77ce171dac

View file

@ -10,4 +10,8 @@
".config/helix/config.toml".source = ./config.toml; ".config/helix/config.toml".source = ./config.toml;
".config/helix/languages.toml".source = ./languages.toml; ".config/helix/languages.toml".source = ./languages.toml;
}; };
home.sessionVariables = {
EDITOR = "hx";
};
} }