9 lines
245 B
Nix
9 lines
245 B
Nix
{inputs, pkgs, }: {
|
|
inputs.nixvim = {
|
|
url = "github:nix-community/nixvim/nixos-25.11";
|
|
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
|
|
inputs.nixpkgs.follows = "nixpkgs";
|
|
};
|
|
|
|
}
|