feat: add nvimdots
This commit is contained in:
7
nvim/nixos/default.nix
Normal file
7
nvim/nixos/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
# NOTE: to add more language support, make a directory under `nixos`, followed by the language name and `default.nix`. See `dotnet/default.nix` for example.
|
||||
{
|
||||
imports = [
|
||||
./dotnet
|
||||
./neovim
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user