diff --git a/modules/output.nix b/modules/output.nix index 40e2369e..3d7708e6 100644 --- a/modules/output.nix +++ b/modules/output.nix @@ -79,7 +79,7 @@ in initContent = mkOption { type = types.str; - description = "The content of the init.vim file"; + description = "The content of the init.lua file"; readOnly = true; visible = false; }; @@ -89,15 +89,16 @@ in let customRC = (optionalString (config.extraConfigLuaPre != "") '' - lua <