update readme

This commit is contained in:
RingOfStorms (Josh) 2024-05-13 19:21:00 -05:00
parent 0ccfe5404f
commit be3a8be418

View file

@ -10,7 +10,7 @@ Goals:
### With Nix ### With Nix
```sh ```sh
nix run 'github:ringofstorms/nvim/nix-flake' nix run 'github:ringofstorms/nvim'
``` ```
in NixOS in NixOS
@ -18,7 +18,7 @@ in NixOS
```nix ```nix
-- in flake.nix#inputs -- in flake.nix#inputs
ringofstorms-nvim = { ringofstorms-nvim = {
url = "github:RingOfStorms/nvim/nix-flake"; url = "github:RingOfStorms/nvim";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
-- in nix module -- in nix module