Move neovim to homemanager
This commit is contained in:
9
home/editor/neovim/default.nix
Normal file
9
home/editor/neovim/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ...}: {
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
};
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
}
|
Reference in New Issue
Block a user