Add misc section to bookmarks
This commit is contained in:
parent
ea00153119
commit
4f67d7c7e5
1 changed files with 11 additions and 0 deletions
|
@ -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."
|
||||||
|
]
|
||||||
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue