From 68397530d84658a4c2fba7f2e4faf7bafaeed930 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 27 Apr 2024 08:10:05 +0100 Subject: [PATCH] Add ABRP to bookmarks --- home/nyxt/bookmarks.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/nyxt/bookmarks.lisp b/home/nyxt/bookmarks.lisp index 40297123..2296cb19 100644 --- a/home/nyxt/bookmarks.lisp +++ b/home/nyxt/bookmarks.lisp @@ -22,6 +22,10 @@ ( :url "https://github.com" :title "GitHub" :tags ("personal" "dev" "git")) + ;; EV + ( :url "https://abetterrouteplanner.com/" + :title "ABRP - A Better Route Planner" + :tags ("personal" "ev" "map")) ;; Documentation ( :url "https://nixos-and-flakes.thiscute.world/" :title "NixOS and Flakes"