mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +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 {
|
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";};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue