feat(neovim)!: pull flake information from envvar
This makes so we don't have to rely on writing an extra derivation just for the parsed lsp configuration. Thus, the `programs.neovim.nixd.hostname` settings has been dropped and you can migrate your `programs.neovim.nixd.location` to `programs.neovim.flakePath` if you do not set the `FLAKE` envvar anywhere.
This commit is contained in:
parent
5090767ba2
commit
5b99eaffea
5 changed files with 34 additions and 49 deletions
|
@ -85,14 +85,6 @@
|
|||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.neovim = {
|
||||
# Enable Neovim, pre-configured by `linuxware`.
|
||||
enable = true;
|
||||
|
||||
# Configure nixd
|
||||
nixd = {
|
||||
hostname = "your-hostname-here";
|
||||
location = "your-flake-location-here";
|
||||
};
|
||||
};
|
||||
# Enable Neovim, pre-configured by `linuxware`.
|
||||
programs.neovim.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue