This commit is contained in:
Arthur Wambst 2025-02-25 14:43:08 +01:00
parent c8b33b39e9
commit 15cc035436

View File

@ -32,9 +32,11 @@
{
options.neovim.enable = lib.mkEnableOption "Enable Neovim";
environment.systemPackages = inputs.neovim.nixosModules.neovim;
programs.neovim = {
config = {
environment.systemPackages = inputs.neovim.nixosModules.neovim;
programs.neovim = {
enable = true;
};
};
};
};