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 | d4021128fec5f69df8d79927104e642418d11ac3 (patch) | |
tree | 65e4f1a5eda05c0fdada5995a193d3447cb66c20 /config | |
parent | 5d0fc96ba57b6ccda3d52be0f1ea3974fac5fe94 (diff) |
Add misc section to bookmarks
Diffstat (limited to 'config')
-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." + ] + ] ] ]; |