more rational imports

This commit is contained in:
unexplrd
2025-02-06 22:51:00 +02:00
parent 7ec6392e68
commit 5cb6ba1949
11 changed files with 32 additions and 21 deletions

View File

@ -8,6 +8,9 @@
with lib; let
cfg = config.editor.neve;
in {
imports = [
inputs.nixvim.homeManagerModules.nixvim
];
options = {
editor.neve.enable =
mkEnableOption "enable neve neovim distribution";