Switch to nvim nightly since highlights are broken otherwise

This commit is contained in:
2023-10-15 21:27:13 +02:00
parent 9d9fb12a88
commit 648bc13e77
3 changed files with 272 additions and 7 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";
# neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay";
# nur.url = "github:nix-community/NUR";
tuxedo-nixos = {
url = "github:zoriya/tuxedo-nixos";#"github:blitz/tuxedo-nixos";
@@ -28,7 +28,7 @@
outputs = {
self,
home-manager,
# neovim-nightly,
neovim-nightly,
# nur,
ags,
nixpkgs,
@@ -52,7 +52,7 @@
nixpkgs.overlays = [
(import ./overlays {inherit dwl-source;})
# nur.overlay
# neovim-nightly.overlay
neovim-nightly.overlay
];
}