Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
firefox check-in Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQDKF6svxy3Pj8qVffrg1t9/XI+A5BoFPjI9r9ekO2z2NCwleL2ZF3hnA95zYSq35A+ +iBxRHahkbCJqD6TyLJAM= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 week ago
1 changed files, 20 additions(+), 3 deletions(-)
M apps/gui/firefox.nix -> apps/gui/firefox.nix
diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix
index 5a9e6dbb391a903222139e75a115e7131e5d6890..7828ec9474ee9a9d71208657cb93eb145348cf64 100644
--- a/apps/gui/firefox.nix
+++ b/apps/gui/firefox.nix
@@ -61,16 +61,33 @@         "extensions.pocket.enabled" = false;
         "browser.newtabpage.activity-stream.feeds.section.topstories" = false;
         "browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
         "browser.newtabpage.pinned" = builtins.toJSON [
-    profiles.default = {
+            definedAliases = [ "@k" ];
   programs.firefox = {
-    profiles.default = {
+            definedAliases = [ "@k" ];
     enable = true;
+            definedAliases = [ "@k" ];
     profiles.default = {
-    profiles.default = {
+          }
+          {
+            url = "https://git.jojodev.com/";
+            label = "jojodev";
+          }
 { pkgs, ... }:
+              name = "Gitea";
+            url = "https://git.jolheiser.com";
+            label = "ugit";
+          }
+        ];
+        # tailscale apps
+            urls = [
 {
+        "browser.fixup.domainwhitelist.git" = true;
+        "browser.fixup.domainwhitelist.paste" = true;
+            urls = [
     profiles.default = {
+            urls = [
       search = {
+        "browser.fixup.domainwhitelist.jellyfin" = true;
       };
       bookmarks = [
         {