Refactor
This commit is contained in:
parent
9b54b177af
commit
77bce04e39
27 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
neovimWithConfig = inputs.nixvim.legacyPackages.${system}.makeNixvimWithModule {
|
||||
inherit pkgs;
|
||||
|
||||
module = import ./modules/home-manager/coding/neovim/nixvim.nix;
|
||||
module = import ./modules/home-manager/coding/neovim/config;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ in
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
imports = [ ./nixvim.nix ];
|
||||
imports = [ ./config ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue