flake-parts/setups/nixvim: import private modules

Forgot about this.
This commit is contained in:
Gabriel Arazas 2024-03-04 07:44:10 +08:00
parent 0fb557d145
commit 1fb4a0e3e4
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -104,6 +104,9 @@ in
config = lib.mkIf (cfg.configs != { }) {
setups.nixvim.sharedModules = [
nixvimModules
# Import our private modules.
../../nixvim/_private
];
perSystem = { system, config, lib, ... }: