user/neovim: switch to nixd
This commit is contained in:
parent
21dc584199
commit
4dfc898140
4 changed files with 33 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
{ config, inputs, pkgs, ... }: {
|
||||
nix = {
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
package = pkgs.nixVersions.latest;
|
||||
|
||||
settings = rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue