fixed nvim module

This commit is contained in:
2026-07-10 17:13:55 +01:00
parent 7e788e5c8e
commit 7aa01ae0dd

View File

@@ -1,6 +1,6 @@
{moduleWithSystem, ...}: {
flake.nixosModules.nvim = moduleWithSystem ({self', ...}: {
programs.nvim = {
programs.neovim = {
enable = true;
package = self'.packages.nvim;
};