dotnix @main -
refs -
log -
-
https://git.jolheiser.com/dotnix.git
Signature
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY
oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQPnCIJ/jDVNQz5sFRLGc39WUg1JAtl+kaH9zqX6eh4Oh20DyGO3zOvOO03AQ7B9Jh8
JuF45HL1FvWgdjc1X9bQo=
-----END SSH SIGNATURE-----
diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix
index 7828ec9474ee9a9d71208657cb93eb145348cf64..aa2737a09558c192a9226dccd7ad1cdb84ba3012 100644
--- a/apps/gui/firefox.nix
+++ b/apps/gui/firefox.nix
@@ -67,11 +67,6 @@ label = "github";
}
{
profiles.default = {
- default = "Kagi";
- label = "jojodev";
- }
- {
- profiles.default = {
order = [
label = "ugit";
}
@@ -83,6 +78,9 @@ "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 = [
{
@@ -93,12 +91,6 @@ {
name = "Gitea";
bookmarks = [
{
- name = "github";
- tags = [ "gitea" ];
- keyword = "go-gitea";
- url = "https://github.com/go-gitea/gitea";
- }
- {
name = "jojodev";
tags = [ "gitea" ];
keyword = "jojodev";
@@ -118,12 +110,6 @@ name = "gitea";
tags = [ "gitea" ];
keyword = "gitea";
url = "https://gitea.com";
- }
- {
- name = "try";
- tags = [ "gitea" ];
- keyword = "try";
- url = "https://try.gitea.io";
}
];
}
@@ -211,6 +197,38 @@ "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";
}
];
}