diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-11 20:48:49 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-11 20:48:49 +0100 |
commit | 4f67d7c7e5f7851cb9434d20d63f45688514b01f (patch) | |
tree | 65e4f1a5eda05c0fdada5995a193d3447cb66c20 | |
parent | ea00153119be1f84cd82bdc0804c8b5b9f19bfa5 (diff) |
Add misc section to bookmarks
-rw-r--r-- | config/bookmarks.php | 11 |
1 files changed, 11 insertions, 0 deletions
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." + ] + ] ] ]; |