mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-30 22:53:37 +00:00
~
This commit is contained in:
parent
81d70f3e9b
commit
036f269233
1 changed files with 27 additions and 21 deletions
|
@ -64,35 +64,41 @@
|
|||
};
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Nix sites";
|
||||
name = "bar";
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "NixOS search";
|
||||
url = "https://search.nixos.org/packages";
|
||||
name = "Nix sites";
|
||||
toolbar = true;
|
||||
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 = "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";
|
||||
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "Pinky & Pepper Forever";
|
||||
url = "https://www.silversprocket.net/2020/05/02/pinky-and-pepper-forever-by-eddy-atoms-part-1-of-2/";
|
||||
}
|
||||
];
|
||||
search = {
|
||||
default = "DuckDuckGo";
|
||||
|
|
Loading…
Reference in a new issue