diff --git a/modules/hm/gui/bookmarks.nix b/modules/hm/gui/bookmarks.nix index deb0c32..cbe88d0 100644 --- a/modules/hm/gui/bookmarks.nix +++ b/modules/hm/gui/bookmarks.nix @@ -237,10 +237,6 @@ { name = "REI"; bookmarks = [ - { - name = "Door Loop"; - url = "https://btrgpm.app.doorloop.com/home"; - } { name = "SubTo"; bookmarks = [ @@ -266,6 +262,14 @@ } ]; } + { + name = "Door Loop"; + url = "https://btrgpm.app.doorloop.com/home"; + } + { + name = "HELOC payoff calculator"; + url = "https://acceleratedstrategies.com/free-calculator/"; + } ]; } {