refactor(browser): create single browser module

This commit is contained in:
2026-01-12 17:45:45 +01:00
parent 27bef572c7
commit 595cabbb88
9 changed files with 246 additions and 122 deletions

View File

@@ -0,0 +1,19 @@
{
nixos = {
name = "NixOS";
bookmarks = [
{
name = "wiki";
url = "https://wiki.nixos.org/wiki/NixOS_Wiki";
}
{
name = "packages";
url = "https://search.nixos.org/packages";
}
{
name = "options";
url = "https://search.nixos.org/options";
}
];
};
}