initial commit
This commit is contained in:
9
home/neovim.nix
Normal file
9
home/neovim.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
vimAlias = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user