feat(nvim): use ngihtly

This commit is contained in:
Barrett Ruth 2026-02-25 20:25:38 -05:00
parent a2e77495da
commit 5b018d6fdf
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 9 additions and 1 deletions

View file

@ -10,6 +10,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
claude-code.url = "github:ryoppippi/claude-code-overlay";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
};
outputs =
@ -19,11 +20,13 @@
nixos-hardware,
zen-browser,
claude-code,
neovim-nightly,
...
}:
let
overlays = [
claude-code.overlays.default
neovim-nightly.overlays.default
];
sharedUnfree = [