6 lines
93 B
Nix
6 lines
93 B
Nix
{ config, inputs, ... }:
|
|
|
|
{
|
|
config.nixpkgs.overlays = [ inputs.neovim-overlay.overlay ];
|
|
}
|