fix(oracle): make neovim default editor
This commit is contained in:
parent
f413a786b8
commit
e3020dd7b5
@ -16,6 +16,7 @@
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
users.users.michael = {
|
||||
isNormalUser = true;
|
||||
|
@ -5,9 +5,12 @@
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
lazygit
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "21.05";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user