From b64f7d48f18f5d94a9e2d4c431b19c21b8809d50 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Wed, 13 Aug 2025 13:59:44 +0200 Subject: [PATCH] startify: fix typo --- modules/plugins/dashboard/startify/startify.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/dashboard/startify/startify.nix b/modules/plugins/dashboard/startify/startify.nix index c33cfa01..696fda90 100644 --- a/modules/plugins/dashboard/startify/startify.nix +++ b/modules/plugins/dashboard/startify/startify.nix @@ -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";}; };