.dotfiles/profiles/common/home/env.nix
2024-07-29 17:01:19 +02:00

6 lines
61 B
Nix

_:
{
home.sessionVariables = {
EDITOR = "e -w";
};
}