Moved neovim config to a separate module

This commit is contained in:
2025-08-09 10:06:34 +02:00
parent 7f7d320841
commit 3553270755
19 changed files with 104 additions and 467 deletions

View File

@@ -23,8 +23,8 @@
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:Superredstone/nixvim";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
hyprland.url = "github:hyprwm/Hyprland";
};