mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 10:11:12 +02:00
nix: Continue modularization
This commit is contained in:
8
modules/neovim.nix
Normal file
8
modules/neovim.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.neovim.enable = true;
|
||||
|
||||
environment.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user