Add misc section to bookmarks

This commit is contained in:
floppydiskette 2023-07-11 20:48:49 +01:00
parent ea00153119
commit 4f67d7c7e5
No known key found for this signature in database

View file

@ -102,5 +102,16 @@
'description' => "A love letter to the Internet of old." '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."
]
]
] ]
]; ];