mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
flake: add auto
flake-parts module
When enabled, automatically sets up packages and/or checks for all `nixvimConfigurations`
This commit is contained in:
parent
8fb2fe22c2
commit
e793c5cdc6
2 changed files with 63 additions and 0 deletions
|
@ -4,6 +4,7 @@ let
|
|||
defaultModules = {
|
||||
nixvimModules = ./nixvimModules.nix;
|
||||
nixvimConfigurations = ./nixvimConfigurations.nix;
|
||||
auto = ./auto.nix;
|
||||
};
|
||||
|
||||
# Modules for the flakeModules output, but not the default module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue