mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
Let's simplify things by defining all modules in `./plugins`, `./modules` and `./wrappers/modules`. Instead of currying `pkgs` into a bootstrapping module, we can require `defaultPkgs` be provided as a special arg. This refactor allows us to completely remove `flake-modules/modules.nix`! |
||
|---|---|---|
| .. | ||
| modules | ||
| _shared.nix | ||
| darwin.nix | ||
| hm.nix | ||
| nixos.nix | ||
| standalone.nix | ||