feat(nvim): add NixLazy.nvim

This commit is contained in:
Moritz Böhme 2023-09-17 09:35:10 +02:00
parent b0f0713781
commit bfbc3ad24f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 9 additions and 249 deletions

View file

@ -53,6 +53,7 @@
actions-preview-nvim.flake = false;
actions-preview-nvim.url = "github:aznhe21/actions-preview.nvim";
nix-lazy-nvim.url = "git+https://git.moritzboeh.me/moritz/NixLazy.nvim";
# Hyprland
hypr-contrib.url = "github:hyprwm/contrib";
@ -126,6 +127,7 @@
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit inputs self; };
sharedModules = [ inputs.nix-lazy-nvim.homeManagerModules.default ];
};
}
inputs.agenix.nixosModules.age