1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2025-01-03 00:32:48 -05:00
parent 036f269233
commit 64c0ffa9fd
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE

View file

@ -64,41 +64,34 @@
}; };
bookmarks = [ bookmarks = [
{ {
name = "bar"; name = "Nix sites";
toolbar = true;
bookmarks = [ bookmarks = [
{ {
name = "Nix sites"; name = "NixOS search";
toolbar = true; url = "https://search.nixos.org/packages";
bookmarks = [
{
name = "NixOS search";
url = "https://search.nixos.org/packages";
}
{
name = "Home Manager search";
url = "https://home-manager-options.extranix.com/";
}
{
name = "NUR search";
url = "https://nur.nix-community.org/";
}
{
name = "NixOS wiki";
url = "https://nixos.wiki/";
}
{
name = "Nix functions";
url = "https://teu5us.github.io/nix-lib.html";
}
];
} }
{ {
name = "Pinky & Pepper Forever"; name = "Home Manager search";
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/"; url = "https://home-manager-options.extranix.com/";
}
{
name = "NUR search";
url = "https://nur.nix-community.org/";
}
{
name = "NixOS wiki";
url = "https://nixos.wiki/";
}
{
name = "Nix functions";
url = "https://teu5us.github.io/nix-lib.html";
} }
]; ];
} }
{
name = "Pinky & Pepper Forever";
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/";
}
]; ];
search = { search = {
default = "DuckDuckGo"; default = "DuckDuckGo";