Move neovim/nixvim configuration
This commit is contained in:
parent
32e28379e2
commit
6c1b494e82
56 changed files with 438 additions and 404 deletions
|
@ -1,4 +1,4 @@
|
|||
{ self, ... }:
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
perSystem =
|
||||
|
@ -10,7 +10,7 @@
|
|||
neovim = inputs'.nixvim.legacyPackages.makeNixvimWithModule {
|
||||
inherit pkgs;
|
||||
|
||||
module = import "${self}/modules/home-manager/neovim/config";
|
||||
module = config.flake.modules.nixvim.custom;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue