This commit is contained in:
RingOfStorms (Joshua Bell) 2024-11-12 09:41:21 -06:00
parent 15c7bb1506
commit e5d21c1a5e
3 changed files with 81 additions and 82 deletions

View file

@ -12,7 +12,7 @@ Old pre nix config: https://github.com/RingOfStorms/nvim/tree/40eadc9 for refere
### With Nix
```sh
nix run 'github:ringofstorms/nvim'
nix run git+https://git.joshuabell.xyz/nvim
```
in NixOS
@ -20,8 +20,7 @@ in NixOS
```nix
-- in flake.nix#inputs
ringofstorms-nvim = {
url = "github:RingOfStorms/nvim";
inputs.nixpkgs.follows = "nixpkgs";
url = "git+https://git.joshuabell.xyz/nvim";
};
-- in nix module
environment.systemPackages = with pkgs; [