323 current 2025-02-14 23:25:44 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-02-14 23:26:08 -05:00
parent 8004bde1e1
commit 0e33dc5d3c

View File

@@ -63,6 +63,7 @@
} }
/* https://www.reddit.com/r/FirefoxCSS/comments/1igbt7c/comment/mangluv/ */ /* https://www.reddit.com/r/FirefoxCSS/comments/1igbt7c/comment/mangluv/ */
/* hide top right gap */
.titlebar-spacer[type="post-tabs"] { .titlebar-spacer[type="post-tabs"] {
display: none !important display: none !important
} }
@@ -73,39 +74,42 @@
toolbar = true; toolbar = true;
bookmarks = [ bookmarks = [
{ {
name = "nixos"; name = "Nixos";
bookmarks = [ bookmarks = [
{ {
name = "noogle"; name = "noogle";
url = "https://noogle.dev/"; url = "https://noogle.dev/";
} }
];
}
{ {
name = "noogle"; name = "home manager options";
url = "https://noogle.dev/";
}
{
name = "homepkgs";
url = "https://home-manager-options.extranix.com/"; url = "https://home-manager-options.extranix.com/";
} }
{ {
name = "pkgs"; name = "nixpkgs";
url = "https://search.nixos.org/packages";
}
{
name = "dots";
url = "https://github.com/JakeGinesin/nix-dots";
}
{
name = "nix options";
url = "https://search.nixos.org/options"; url = "https://search.nixos.org/options";
} }
];
{
name = "github";
url = "https://github.com";
} }
{ {
name = "simplenote"; name = "Cal";
url = "https://app.simplenote.com";
}
{
name = "calendar";
url = "https://calendar.google.com/"; url = "https://calendar.google.com/";
} }
{
name = "GPT";
url = "https://chatgpt.com"; # sam altman is a horrible person
}
{
name = "performance";
url = "about:processes";
}
]; ];
} }
]; ];
@@ -124,6 +128,7 @@
# tab open behavior # tab open behavior
"browser.search.openintab" = true; "browser.search.openintab" = true;
"browser.search.suggest.enabled" = false; # fuck you search, wikipedia is my default.
"browser.link.open_newwindow" = 3; "browser.link.open_newwindow" = 3;
"browser.link.open_newwindow.restriction" = 0; "browser.link.open_newwindow.restriction" = 0;