This commit is contained in:
Arthur Wambst 2025-02-25 14:35:29 +01:00
parent 4f1e609901
commit 073dcd42d7

View File

@ -30,10 +30,12 @@
}.${theme} or null; }.${theme} or null;
in in
{ {
options.neovim.enable = lib.mkEnableOption "Enable Neovim";
environnement.systemPackages = inputs.neovim.nixosModules.neovim; environnement.systemPackages = inputs.neovim.nixosModules.neovim;
programs.neovim = { programs.neovim = {
enable = true; enable = true;
};
};
}; };
};
};
} }