fix(nvim): forward hm cfg options
Otherwise there is no way to configure nvim from home manager as the options aren't read.
This commit is contained in:
parent
62028d6327
commit
369d7f2fd8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
||||||
nixpkgs = lib.mkForce { pkgs = import unstable { inherit system; }; };
|
nixpkgs = lib.mkForce { pkgs = import unstable { inherit system; }; };
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = lib.mkDefault true;
|
defaultEditor = lib.mkDefault true;
|
||||||
|
jhome.nvim = cfg;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue