mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
startify: fix typo
This commit is contained in:
parent
b88c7bcdc0
commit
b64f7d48f1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ in {
|
|||
|
||||
bookmarks = mkOption {
|
||||
default = [];
|
||||
description = ''List of book marks to disaply on start page'';
|
||||
description = ''List of book marks to display on start page'';
|
||||
type = listOf attrs;
|
||||
example = {"c" = "~/.vimrc";};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue