diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix index b133bb8..02f1d0a 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix @@ -79,24 +79,26 @@ in url = "${gitlabURL}/fallaryn"; tags = [ "fallaryn" - ] ++ gitlabTags; + ] + ++ gitlabTags; keyword = "GitLab"; } { - name = "GitLab (Isaac)"; - url = "${gitlabURL}/askyourself"; + name = "Askyourself (Code)"; + url = "https://code.askyourself.ca/ask-yourself/ask-yourself"; tags = [ "isaac" "askyourself" - ] ++ gitlabTags; - keyword = "GitLab"; + ]; + keyword = "Isaac"; } { name = "GitLab (Nick)"; url = "${gitlabURL}/upRootNutrition"; tags = [ "uprootnutrition" - ] ++ gitlabTags; + ] + ++ gitlabTags; keyword = "GitLab"; } {