firefox: set up bookmarks

This commit is contained in:
Oystein Kristoffer Tveit 2023-02-25 17:56:00 +01:00
parent b854b66c08
commit 8b1df87747
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
{ ... }:
{ secrets, ... }:
{
programs.firefox = {
enable = true;
profiles.h7x4 = {
bookmarks = [{
toolbar = true;
bookmarks = secrets.browser.bookmarks;
}];
settings = {};
};
};