use my neovim flake for neovim!
This commit is contained in:
parent
afdc4776ff
commit
dac69de5ae
4 changed files with 103 additions and 15 deletions
|
@ -21,6 +21,11 @@
|
|||
};
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
ringofstorms-nvim = {
|
||||
url = "github:RingOfStorms/nvim/nix-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nypkgs, nixpkgs, home-manager, ... } @ inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue