feat: use custom nixvim
This commit is contained in:
parent
8b7ded237d
commit
feb1e92668
3 changed files with 368 additions and 17 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue