mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
9 lines
149 B
Nix
9 lines
149 B
Nix
{
|
|
home-manager.users.may = {
|
|
home.sessionVariables = {
|
|
EDITOR = "nvim";
|
|
SUDO_EDITOR = "nvim";
|
|
VISUAL = "nvim";
|
|
};
|
|
};
|
|
}
|