Update neovim-flake URL and version

Changed the neovim-flake URL to the new repository and updated its version from v0.5 to v0.6. This ensures we are using the latest configurations and features from the renamed repository.
This commit is contained in:
Harald Hoyer 2024-11-25 18:27:41 +01:00
parent 7436a7b5e7
commit 5ee726a22e

View file

@ -38,7 +38,7 @@
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
neovim-flake.url = "github:notashelf/neovim-flake/v0.5";
neovim-flake.url = "github:NotAShelf/nvf/v0.6";
neovim-flake.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";