startify: fix typo

This commit is contained in:
Ching Pei Yang 2025-08-13 13:59:44 +02:00
commit b64f7d48f1
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -7,7 +7,7 @@ in {
bookmarks = mkOption { bookmarks = mkOption {
default = []; default = [];
description = ''List of book marks to disaply on start page''; description = ''List of book marks to display on start page'';
type = listOf attrs; type = listOf attrs;
example = {"c" = "~/.vimrc";}; example = {"c" = "~/.vimrc";};
}; };