mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Nixify my Neovim
This commit is contained in:
parent
abdb9190da
commit
c484f7b57a
3 changed files with 61 additions and 0 deletions
10
modules/home-manager/common/neovim/default.nix
Normal file
10
modules/home-manager/common/neovim/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
luaLoader.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue