mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
modules/top-level: move out of wrappers/modules
This commit is contained in:
parent
b59fa976d0
commit
2deb61f6a5
10 changed files with 34 additions and 16 deletions
|
@ -5,12 +5,6 @@ let
|
|||
cfg = config.programs.nixvim;
|
||||
in
|
||||
{
|
||||
topLevelModules = [
|
||||
../modules
|
||||
./modules/output.nix
|
||||
./modules/files.nix
|
||||
];
|
||||
|
||||
helpers = mkOption {
|
||||
type = mkOptionType {
|
||||
name = "helpers";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue