From 4f67d7c7e5f7851cb9434d20d63f45688514b01f Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 11 Jul 2023 20:48:49 +0100 Subject: Add misc section to bookmarks --- config/bookmarks.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config') diff --git a/config/bookmarks.php b/config/bookmarks.php index 3318d67..db955d5 100644 --- a/config/bookmarks.php +++ b/config/bookmarks.php @@ -102,5 +102,16 @@ return [ 'description' => "A love letter to the Internet of old." ] ] + ], + // Miscellaneous Resources + [ + 'name' => "Miscellaneous Resources", + 'bookmarks' => [ + [ + 'name' => "Home Manager (Appendix A)", + 'url' => "https://rycee.gitlab.io/home-manager/options.html", + 'description' => "Useful list of configuration options for Home Manager." + ] + ] ] ]; -- cgit v1.2.3-54-g00ecf