nixos/vim: add missing word in description

This commit is contained in:
Ameer Taweel
2025-09-06 21:16:09 +05:30
committed by Masum Reza
parent 3ef96d876c
commit 6c8a1aacb4
+1 -1
View File
@@ -10,7 +10,7 @@ let
in
{
options.programs.vim = {
enable = lib.mkEnableOption "Vi IMproved, an advanced text";
enable = lib.mkEnableOption "Vi IMproved, an advanced text editor";
defaultEditor = lib.mkEnableOption "vim as the default editor";