mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
flake-parts/setups/nixvim: import private modules
Forgot about this.
This commit is contained in:
parent
0fb557d145
commit
1fb4a0e3e4
@ -104,6 +104,9 @@ in
|
||||
config = lib.mkIf (cfg.configs != { }) {
|
||||
setups.nixvim.sharedModules = [
|
||||
nixvimModules
|
||||
|
||||
# Import our private modules.
|
||||
../../nixvim/_private
|
||||
];
|
||||
|
||||
perSystem = { system, config, lib, ... }:
|
||||
|
Loading…
Reference in New Issue
Block a user