diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index aa2737a09558c192a9226dccd7ad1cdb84ba3012..7828ec9474ee9a9d71208657cb93eb145348cf64 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -66,6 +66,10 @@ url = "https://github.com/"; label = "github"; } { + url = "https://git.jojodev.com/"; + label = "jojodev"; + } + { url = "https://git.jolheiser.com"; label = "ugit"; } @@ -77,9 +81,6 @@ "browser.fixup.domainwhitelist.paste" = true; "browser.fixup.domainwhitelist.radarr" = true; "browser.fixup.domainwhitelist.sonarr" = true; "browser.fixup.domainwhitelist.jellyfin" = true; - "browser.fixup.domainwhitelist.files" = true; - "browser.fixup.domainwhitelist.pubserve" = true; - "browser.fixup.domainwhitelist.privserve" = true; }; bookmarks = [ { @@ -90,6 +91,12 @@ { name = "Gitea"; bookmarks = [ { + name = "github"; + tags = [ "gitea" ]; + keyword = "go-gitea"; + url = "https://github.com/go-gitea/gitea"; + } + { name = "jojodev"; tags = [ "gitea" ]; keyword = "jojodev"; @@ -109,6 +116,12 @@ name = "gitea"; tags = [ "gitea" ]; keyword = "gitea"; url = "https://gitea.com"; + } + { + name = "try"; + tags = [ "gitea" ]; + keyword = "try"; + url = "https://try.gitea.io"; } ]; } @@ -196,38 +209,6 @@ "indexers" ]; keyword = "prowlarr"; url = "http://prowlarr"; - } - ]; - } - { - name = "Files"; - bookmarks = [ - { - name = "files"; - tags = [ - "files" - "miniserve" - ]; - keyword = "files"; - url = "http://files"; - } - { - name = "privserve"; - tags = [ - "privserve" - "miniserve" - ]; - keyword = "privserve"; - url = "http://privserve"; - } - { - name = "pubserve"; - tags = [ - "pubserve" - "miniserve" - ]; - keyword = "pubserve"; - url = "http://pubserve"; } ]; }