.dotfiles/profiles/common/home/env.nix

6 lines
91 B
Nix

_:
{
home.sessionVariables = {
EDITOR = "bash ~/.dotfiles/scripts/editor.sh";
};
}