feat: use custom nixvim

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-01-12 17:01:45 -03:00
parent 8b7ded237d
commit feb1e92668
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
3 changed files with 368 additions and 17 deletions

View file

@ -18,6 +18,9 @@
url = "github:VortexCoyote/hyprfocus";
inputs.hyprland.follows = "hyprland";
};
# My neovim configuration using nixvim.
custom-neovim.url = "github:wizardlink/neovim";
};
outputs = {
@ -25,7 +28,6 @@
nixpkgs,
home-manager,
hyprland,
hyprland-hyprfocus,
...
}@inputs: {
nixosConfigurations.nixos =