This commit is contained in:
nora 2025-04-19 13:01:47 +02:00
parent dd0b4d1f71
commit fbdda89405
4 changed files with 58 additions and 55 deletions

View file

@ -14,30 +14,33 @@
darkreader
];
bookmarks = [
{
name = "Nix sites";
toolbar = true;
bookmarks = [
{
name = "NixOS options";
url = "https://search.nixos.org/options";
}
{
name = "home-manager options";
url = "https://rycee.gitlab.io/home-manager/options.html";
}
{
name = "nixpkgs search";
url = "https://search.nixos.org/packages";
}
{
name = "Github Notifications";
url = "https://github.com/notifications";
}
];
}
];
bookmarks = {
force = true;
settings = [
{
name = "Nix sites";
toolbar = true;
bookmarks = [
{
name = "NixOS options";
url = "https://search.nixos.org/options";
}
{
name = "home-manager options";
url = "https://rycee.gitlab.io/home-manager/options.html";
}
{
name = "nixpkgs search";
url = "https://search.nixos.org/packages";
}
{
name = "Github Notifications";
url = "https://github.com/notifications";
}
];
}
];
};
};
};
};