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. |
||
|---|---|---|
| .. | ||
| configuration.nix | ||
| flake.nix | ||
| hardware-configuration.nix | ||
| home-manager.nix | ||
| README.md | ||
READ THIS BEFORE PROCEEDING
Below is a checklist of changes you need to do before rebuilding your system.
Generate your system configuration and replace the placeholders.
You can achieve this by running sudo nixos-generate-config, then overwrite hardware-configuration.nix and
configuration.nix with the contents of the files found in /etc/nixos.
Replace placeholder text
In flake.nix you will find your-hostname-here, replace with your machine's current hostname.
In home-manager.nix you have to replace:
your-username-herewith your user's username;your-home-directory-herewith the path of your home directory, usually the same as your username;your-hostname-herewith your machine's current hostname;your-flake-location-herewith where you are storing the flake.