aboutsummaryrefslogtreecommitdiff
path: root/config/bookmarks.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/bookmarks.php')
-rw-r--r--config/bookmarks.php11
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."
+ ]
+ ]
]
];