Declare bookmarks in firefox toolbar

This commit is contained in:
2025-10-27 23:56:29 +01:00
parent 12e492328c
commit 653b434f58
3 changed files with 38 additions and 1 deletions

View File

@@ -42,6 +42,33 @@
ublock-origin
];
};
bookmarks = {
force = true;
settings = [
{
toolbar = true;
bookmarks = [
{
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";
}
];
}
];
}
];
};
};
};
policies = {