Add misc section to bookmarks

This commit is contained in:
Roscoe 2023-07-11 20:48:49 +01:00
parent 5d0fc96ba5
commit d4021128fe

View file

@ -102,5 +102,16 @@
'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."
]
]
]
];