docs(neovim): point to the new repository and new module name
This commit is contained in:
parent
e2d025f447
commit
c9133fc96a
|
@ -19,7 +19,7 @@ First you add this repository as a flake input:
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
wizardlink-neovim.url = "git+https://git.thewizard.link/wizardlink/neovim";
|
wizardlink.url = "git+https://git.thewizard.link/wizardlink/linuxware";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { home-manager, ... }@inputs: {
|
outputs = { home-manager, ... }@inputs: {
|
||||||
|
@ -34,11 +34,11 @@ First you add this repository as a flake input:
|
||||||
Then in your [Home Manager] configuration you can just import it:
|
Then in your [Home Manager] configuration you can just import it:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{ wizardlink-neovim }:
|
{ wizardlink }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
wizardlink-neovim.homeManagerModules.default
|
wizardlink.homeManagerModules.neovim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue